Replace Lightbulb with Sparkles in Support page
cgen-2809050945df4568b385774a0c5077de
This commit is contained in:
parent
c36651176d
commit
b83b8c341f
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue