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="mr-4 hidden md:flex">
|
||||
<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>
|
||||
<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">
|
||||
About
|
||||
Mission
|
||||
</Link>
|
||||
<Link href="/products" className="transition-colors hover:text-foreground/80 text-foreground/60">
|
||||
Products
|
||||
</Link>
|
||||
<Link href="/contact" className="transition-colors hover:text-foreground/80 text-foreground/60">
|
||||
Contact
|
||||
Map
|
||||
</Link>
|
||||
</nav>
|
||||
</div>
|
||||
@@ -55,7 +52,7 @@ export function Navbar() {
|
||||
</DropdownMenu>
|
||||
</nav>
|
||||
<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>
|
||||
<SignInButton />
|
||||
</SignedOut>
|
||||
|
||||
Reference in New Issue
Block a user