redeploy 1
This commit is contained in:
@@ -23,17 +23,14 @@ export function Navbar() {
|
|||||||
<div className="container flex h-14 items-center mx-auto">
|
<div className="container flex h-14 items-center mx-auto">
|
||||||
<div className="mr-4 hidden md:flex">
|
<div className="mr-4 hidden md:flex">
|
||||||
<Link href="/" className="mr-6 flex items-center space-x-2">
|
<Link href="/" className="mr-6 flex items-center space-x-2">
|
||||||
<span className="hidden font-bold sm:inline-block">MyApp</span>
|
<span className="hidden font-bold sm:inline-block">PostCare</span>
|
||||||
</Link>
|
</Link>
|
||||||
<nav className="flex items-center space-x-6 text-sm font-medium">
|
<nav className="flex items-center space-x-6 text-sm font-medium">
|
||||||
<Link href="/about" className="transition-colors hover:text-foreground/80 text-foreground/60">
|
<Link href="/about" className="transition-colors hover:text-foreground/80 text-foreground/60">
|
||||||
About
|
Mission
|
||||||
</Link>
|
</Link>
|
||||||
<Link href="/products" className="transition-colors hover:text-foreground/80 text-foreground/60">
|
<Link href="/products" className="transition-colors hover:text-foreground/80 text-foreground/60">
|
||||||
Products
|
Map
|
||||||
</Link>
|
|
||||||
<Link href="/contact" className="transition-colors hover:text-foreground/80 text-foreground/60">
|
|
||||||
Contact
|
|
||||||
</Link>
|
</Link>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
@@ -55,7 +52,7 @@ export function Navbar() {
|
|||||||
</DropdownMenu>
|
</DropdownMenu>
|
||||||
</nav>
|
</nav>
|
||||||
<ClerkProvider>
|
<ClerkProvider>
|
||||||
<div className="bg-primary text-primary-foreground shadow hover:bg-primary/90 h-9 px-4 py-2 rounded-md">
|
<div className="bg-primary text-primary-foreground shadow hover:bg-primary/90 px-4 py-2 rounded-md">
|
||||||
<SignedOut>
|
<SignedOut>
|
||||||
<SignInButton />
|
<SignInButton />
|
||||||
</SignedOut>
|
</SignedOut>
|
||||||
|
|||||||
Reference in New Issue
Block a user