mirror of
https://github.com/shadcn-ui/taxonomy
synced 2026-05-24 09:48:32 +00:00
Login button showing after successfull login bug -> FIXED
This commit is contained in:
parent
810fd0dcd2
commit
90fff9ee78
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ export default async function MarketingLayout({
|
|||
className={cn(
|
||||
buttonVariants({ variant: "secondary", size: "sm" }),
|
||||
"px-4"
|
||||
)}
|
||||
)}
|
||||
>
|
||||
Login
|
||||
</Link>
|
||||
|
|
|
|||
Loading…
Reference in a new issue