diff --git a/components/header.tsx b/components/header.tsx index 56d03f8..bc4619a 100644 --- a/components/header.tsx +++ b/components/header.tsx @@ -11,7 +11,7 @@ export async function Header() { const user = await currentUser() return ( -
+
{/* @ts-ignore */} @@ -21,8 +21,27 @@ export async function Header() {
- - + + *]:dark:text-zinc-600', + userPreview: 'p-4 border-b border-border m-0', + userButtonPopoverActionButton: 'px-1 gap-1', + userButtonPopoverActionButtonText: + 'text-sm tracking-normal dark:text-zinc-400', + userButtonPopoverActionButtonIcon: + 'h-4 w-4 text-muted-foreground' + } + }} + />
@@ -33,7 +52,7 @@ export async function Header() { className={cn(buttonVariants({ variant: 'outline' }))} > - GitHub + GitHub