feat: Add UI components related to landing page

This commit is contained in:
Bart van der Braak 2023-06-08 00:37:36 +02:00
parent 01c95b65be
commit ecfac890de
3 changed files with 94 additions and 1 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="/"
href="/overview"
>
Sign in
</Link>