Mentorship feature icon green
cgen-e9ada30563dd4d31bd5c49318dbfa9e5
This commit is contained in:
parent
aae69cc2ac
commit
1ba62adb72
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
))}
|
||||
|
|
|
|||
Loading…
Reference in a new issue