mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-06-28 20:29:13 +00:00
feat: Revamped Authentication layer with Clerk
This commit is contained in:
parent
64179b81cc
commit
db122bcf59
6 changed files with 53 additions and 34 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue