diff --git a/apps/frontend/components/global/Navigation/SolutionButtonWithDropdown.tsx b/apps/frontend/components/global/Navigation/SolutionButtonWithDropdown.tsx index 80cd559a9..b873832f4 100644 --- a/apps/frontend/components/global/Navigation/SolutionButtonWithDropdown.tsx +++ b/apps/frontend/components/global/Navigation/SolutionButtonWithDropdown.tsx @@ -1,7 +1,7 @@ import Icon from "@/components/shared/Icon"; import * as DropdownMenu from "@radix-ui/react-dropdown-menu"; import { motion } from "framer-motion"; -import { FileUp, Languages, ShieldAlert } from "lucide-react"; +import { Languages } from "lucide-react"; import Link from "next/link"; import { usePathname, useRouter } from "next/navigation"; import { useEffect } from "react"; @@ -77,47 +77,6 @@ export default function SolutionButtonWithDropdown({ - - - - - - - - Upgrades - - - - - Upgrade packages - - - - - - - - - - - - Security - - - - Fix security issues - - - - );