There was an error while loading. Please reload this page.
1 parent badf887 commit 5522c6fCopy full SHA for 5522c6f
1 file changed
docs-site/components/docs/DocsShell.tsx
@@ -272,9 +272,6 @@ export function DocsShell({
272
{link.label}
273
</Link>
274
))}
275
- <Link href={resolveHref("/login")} className={NAV_LINK_CLASSES}>
276
- Sign in
277
- </Link>
278
</div>
279
<ThemeToggle />
280
{/* Mobile menu button */}
@@ -303,13 +300,6 @@ export function DocsShell({
303
300
304
301
305
302
306
- <Link
307
- href={resolveHref("/login")}
308
- className={NAV_LINK_CLASSES}
309
- onClick={() => setMobileMenuOpen(false)}
310
- >
311
312
313
314
)}
315
</nav>
0 commit comments