From b83b8c341fe620f25e714225330910fb7138376e Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 8 Nov 2025 14:48:09 +0000 Subject: [PATCH] Replace Lightbulb with Sparkles in Support page cgen-2809050945df4568b385774a0c5077de --- client/pages/Support.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", },