feat: Revamped Authentication layer with Clerk

This commit is contained in:
Bart van der Braak 2023-06-13 00:09:59 +02:00
parent 64179b81cc
commit db122bcf59
6 changed files with 53 additions and 34 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"
>
Sign in
</Link>