mirror of
https://github.com/shadcn-ui/taxonomy
synced 2026-05-24 09:48:32 +00:00
This commit is contained in:
parent
95602792cb
commit
47bfb91678
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ export default async function MarketingLayout({
|
|||
<div className="flex h-20 items-center justify-between py-6">
|
||||
<MainNav items={marketingConfig.mainNav} />
|
||||
<nav>
|
||||
{user && (
|
||||
{!user && (
|
||||
<Link
|
||||
href="/login"
|
||||
className={cn(
|
||||
|
|
|
|||
Loading…
Reference in a new issue