Replace Lightbulb with Sparkles in Support page

cgen-2809050945df4568b385774a0c5077de
This commit is contained in:
Builder.io 2025-11-08 14:48:09 +00:00
parent c36651176d
commit b83b8c341f

View file

@ -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",
},