Skip to content

Commit 25a6320

Browse files
committed
Fix redirection in footer.
1 parent f6361e8 commit 25a6320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/footer/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export default function Footer() {
121121
<div className="mx-auto max-w-screen-xl px-4 py-8">
122122
<div className="md:flex md:justify-between">
123123
<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">
124+
<Link href="/" className="flex items-center" aria-label="Go to homepage">
125125
<Image
126126
className="mr-3 h-8 w-auto text-white dark:invert"
127127
alt="EternalCode Logo"

0 commit comments

Comments
 (0)