We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac8484 commit b5dbef8Copy full SHA for b5dbef8
components/hero/Navbar.tsx
@@ -108,7 +108,7 @@ export default function Navbar() {
108
</div>
109
110
<div className="mx-auto flex max-w-screen-xl flex-wrap items-center justify-between px-4 py-4 md:py-6">
111
- <Link href="/public" className="flex items-center" aria-label="Go to homepage">
+ <Link href="/" className="flex items-center" aria-label="Go to homepage">
112
<Image
113
className="mr-3 h-8 w-auto dark:invert"
114
alt="EternalCode Logo"
0 commit comments