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;