fix: add after signout url

This commit is contained in:
bennykok 2024-01-25 20:25:11 +08:00
parent 3c1e49b451
commit aa419c80f1

View File

@ -115,7 +115,9 @@ export function Navbar() {
>
<a href="/docs">Docs</a>
</Button>
<UserButton />
<UserButton
afterSignOutUrl="/"
/>
<Button
asChild
variant="outline"