Skip to content

Commit cdeefb3

Browse files
committed
fix unwanted change made automatrically by IDE
1 parent 7c80202 commit cdeefb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/layout/Footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default function Footer() {
2121
))}
2222
</ul>
2323
</nav>
24-
<Link href="/pages">
24+
<Link href="/">
2525
<a className={footerStyles.footer__logo} title="Go to the Homepage">
2626
<Image
2727
src="/images/svg/logo.svg"

0 commit comments

Comments
 (0)