Replace Lightbulb usage in Labs JSX
cgen-6ee9ef3ddcfd4c6da8bcad0ecfb0d34b
This commit is contained in:
parent
16e143cce3
commit
06b5483669
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ export default function Labs() {
|
|||
<div
|
||||
className={`w-12 h-12 rounded-lg bg-gradient-to-r ${project.color} flex items-center justify-center text-white mb-4`}
|
||||
>
|
||||
<Lightbulb className="h-6 w-6" />
|
||||
<Sparkles className="h-6 w-6" />
|
||||
</div>
|
||||
<CardTitle className="text-yellow-300">
|
||||
{project.title}
|
||||
|
|
|
|||
Loading…
Reference in a new issue