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 f6361e8 commit 25a6320Copy full SHA for 25a6320
components/footer/Footer.tsx
@@ -121,7 +121,7 @@ export default function Footer() {
121
<div className="mx-auto max-w-screen-xl px-4 py-8">
122
<div className="md:flex md:justify-between">
123
<div className="mb-6 flex flex-col items-center md:mb-0 md:items-start">
124
- <Link href="/public" className="flex items-center" aria-label="Go to homepage">
+ <Link href="/" className="flex items-center" aria-label="Go to homepage">
125
<Image
126
className="mr-3 h-8 w-auto text-white dark:invert"
127
alt="EternalCode Logo"
0 commit comments