fix: proper linking

This commit is contained in:
Bart van der Braak 2023-06-06 03:17:59 +02:00
parent 439b6eabe8
commit 2a2d333461
3 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ export const Header: React.FC = () => {
<li>
<Link
className="text-sm font-medium text-zinc-300 hover:text-white duration-500"
href="/overview"
href="/"
>
Sign in
</Link>