Mentorship feature icon green

cgen-e9ada30563dd4d31bd5c49318dbfa9e5
This commit is contained in:
Builder.io 2025-10-03 23:47:02 +00:00
parent aae69cc2ac
commit 1ba62adb72

View file

@ -395,7 +395,7 @@ export default function MentorshipPrograms() {
key={featureIndex}
className="flex items-center space-x-2 text-sm"
>
<CheckCircle className="h-3 w-3 text-aethex-400 flex-shrink-0" />
<CheckCircle className="h-3 w-3 text-emerald-400 flex-shrink-0" />
<span>{feature}</span>
</div>
))}