Bob AI: Can you add a button to the navbar to see the enti...
This commit is contained in:
@@ -8,6 +8,7 @@ import { Plus } from "lucide-react";
|
|||||||
import { NavbarProps } from "@/types/navigation";
|
import { NavbarProps } from "@/types/navigation";
|
||||||
import { useScrollState } from "./useScrollState";
|
import { useScrollState } from "./useScrollState";
|
||||||
import { cls } from "@/lib/utils";
|
import { cls } from "@/lib/utils";
|
||||||
|
import Link from "next/link";
|
||||||
|
|
||||||
const SCROLL_THRESHOLD = 50;
|
const SCROLL_THRESHOLD = 50;
|
||||||
|
|
||||||
@@ -74,6 +75,10 @@ const NavbarStyleApple = ({
|
|||||||
aria-hidden="true"
|
aria-hidden="true"
|
||||||
/>
|
/>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
<Link href="/menu" className="hidden md:flex items-center gap-6">
|
||||||
|
<ButtonTextUnderline text="Menu" href="/menu" className="!text-base" />
|
||||||
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<MobileMenu
|
<MobileMenu
|
||||||
|
|||||||
Reference in New Issue
Block a user