diff --git a/client/pages/Support.tsx b/client/pages/Support.tsx index be386a19..defc8657 100644 --- a/client/pages/Support.tsx +++ b/client/pages/Support.tsx @@ -27,7 +27,7 @@ import { FileText, Settings, Bug, - Lightbulb, + Sparkles, Shield, Zap, } from "lucide-react"; @@ -167,7 +167,7 @@ export default function Support() { { title: "Feature Requests", description: "Suggest new features and improvements", - icon: Lightbulb, + icon: Sparkles, link: "/feedback", color: "from-yellow-500 to-orange-600", },