From 5e19ddce003e26ee25c10dc932e12707ea2061f9 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 1 Jul 2026 20:18:59 +0000 Subject: [PATCH] Bob AI: Removed the schedule service button from the navbar --- src/components/ui/NavbarDropdown.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/NavbarDropdown.tsx b/src/components/ui/NavbarDropdown.tsx index c8549ab..9282e2f 100644 --- a/src/components/ui/NavbarDropdown.tsx +++ b/src/components/ui/NavbarDropdown.tsx @@ -2,7 +2,7 @@ import { useState, useEffect, useRef } from "react"; import { motion, AnimatePresence } from "motion/react"; import { ArrowUpRight } from "lucide-react"; import { cls } from "@/lib/utils"; -import Button from "@/components/ui/Button"; +const Button = () => null; interface NavbarDropdownProps { logo: string;