From 90ef95bb7d3b840eca3440686738ab642f35f0b7 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 21 Apr 2026 12:32:10 +0300 Subject: [PATCH] Bob AI: Remove the glassmorphic badge element from the navbar sectio --- src/components/ui/NavbarCentered.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/ui/NavbarCentered.tsx b/src/components/ui/NavbarCentered.tsx index 2063e5e..53d70c7 100644 --- a/src/components/ui/NavbarCentered.tsx +++ b/src/components/ui/NavbarCentered.tsx @@ -4,7 +4,6 @@ import { motion, AnimatePresence } from "motion/react"; import { Plus, ArrowRight } from "lucide-react"; import { cls } from "@/lib/utils"; import Button from "@/components/ui/Button"; -import GlassmorphicBadge from "@/components/ui/GlassmorphicBadge"; interface NavbarCenteredProps { logo: string; @@ -80,7 +79,6 @@ const NavbarCentered = ({ logo, navItems, ctaButton }: NavbarCenteredProps) => {
-
-- 2.49.1