Replace Lightbulb with Sparkles in foundation contributions
cgen-5e8de00cae14434b909aa1b4064583ad
This commit is contained in:
parent
e1f67cad4f
commit
c36651176d
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ import {
|
|||
Star,
|
||||
ArrowRight,
|
||||
CheckCircle,
|
||||
Lightbulb,
|
||||
Sparkles,
|
||||
} from "lucide-react";
|
||||
import { useNavigate } from "react-router-dom";
|
||||
|
||||
|
|
@ -29,7 +29,7 @@ export default function FoundationContribute() {
|
|||
],
|
||||
},
|
||||
{
|
||||
icon: Lightbulb,
|
||||
icon: Sparkles,
|
||||
title: "Ideas & Feedback",
|
||||
description: "Share your ideas for new features and improvements",
|
||||
ways: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue