Skip to content

Commit

Permalink
link to FAQ in nav column
Browse files Browse the repository at this point in the history
and make logo not be a link because it can
be confusing or non-obvious where the logo
as a link should point.
  • Loading branch information
slivingston committed Dec 18, 2024
1 parent 4aa47b8 commit 0aee187
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,13 @@ export default function App({ Component, pageProps }: AppProps<MarkdocNextJsPage
</Head>
<nav className="navbar">
<div className="navbar-header">
<Link href="/" className="navbarBrand">
<span className="brandText"><span className="prefix-re">re</span>robots</span>
</Link>
<span className="brandText"><span className="prefix-re">re</span>robots</span>
</div>
</nav>
<div className="body">
<nav className="navbarSide">
<ul>
<li><Link href="/">FAQ</Link></li>
<li><Link href="/intro">introduction</Link></li>
<li><Link href="/guides">guides</Link></li>
<li><Link href="/workspaces">workspaces</Link></li>
Expand Down

0 comments on commit 0aee187

Please sign in to comment.