chore: adapt <Image> & <Link> to next.js 13

This commit is contained in:
swve 2022-12-14 18:22:24 +01:00
parent 377391234b
commit 73fd013e07
9 changed files with 83 additions and 81 deletions

View file

@ -14,12 +14,12 @@ export const HeaderProfileBox = () => {
<ul>
<li>
<Link href="/login">
<a>Login</a>
Login
</Link>
</li>
<li>
<Link href="/signup">
<a>Sign up</a>
Sign up
</Link>
</li>
</ul>