Mentorship track title gradient
cgen-0df81cbd46234afd9e32fdf2e82ce889
This commit is contained in:
parent
c083318893
commit
21f3780aee
1 changed files with 5 additions and 1 deletions
|
|
@ -458,7 +458,11 @@ export default function MentorshipPrograms() {
|
|||
<CardHeader className="text-center">
|
||||
<Icon className="h-12 w-12 text-emerald-400 mx-auto mb-3" />
|
||||
<CardTitle
|
||||
className={`text-lg ${isSelected ? "text-gradient" : ""}`}
|
||||
className={`text-lg ${
|
||||
isSelected
|
||||
? "bg-gradient-to-r from-emerald-400 to-aethex-500 bg-clip-text text-transparent"
|
||||
: ""
|
||||
}`}
|
||||
>
|
||||
{track.name}
|
||||
</CardTitle>
|
||||
|
|
|
|||
Loading…
Reference in a new issue