Replace Lightbulb usage in Labs JSX

cgen-6ee9ef3ddcfd4c6da8bcad0ecfb0d34b
This commit is contained in:
Builder.io 2025-11-08 14:48:44 +00:00
parent 16e143cce3
commit 06b5483669

View file

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