From 8c3fefe3f1464a4f638939809b8691ec83152c17 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 3 Feb 2026 20:40:26 +0000 Subject: [PATCH] Bob AI: Can you add a button to the navbar to see the enti... --- src/components/navbar/NavbarStyleApple/NavbarStyleApple.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/navbar/NavbarStyleApple/NavbarStyleApple.tsx b/src/components/navbar/NavbarStyleApple/NavbarStyleApple.tsx index 7f93969..6c640a1 100644 --- a/src/components/navbar/NavbarStyleApple/NavbarStyleApple.tsx +++ b/src/components/navbar/NavbarStyleApple/NavbarStyleApple.tsx @@ -8,6 +8,7 @@ import { Plus } from "lucide-react"; import { NavbarProps } from "@/types/navigation"; import { useScrollState } from "./useScrollState"; import { cls } from "@/lib/utils"; +import Link from "next/link"; const SCROLL_THRESHOLD = 50; @@ -74,6 +75,10 @@ const NavbarStyleApple = ({ aria-hidden="true" /> + + + +