diff --git a/src/components/ProfileDetailsOpsSkillRating.tsx b/src/components/ProfileDetailsOpsSkillRating.tsx index 1466ca1..5a6a136 100644 --- a/src/components/ProfileDetailsOpsSkillRating.tsx +++ b/src/components/ProfileDetailsOpsSkillRating.tsx @@ -41,7 +41,7 @@ export default function ProfileDetailsOpsSkillRating({ citizen }: any) { const skillLevelAverageRounded: number = Math.round(skillLevelAverageEther) console.info('skillLevelAverageRounded:', skillLevelAverageRounded) const ratingValues = ['★☆☆☆☆ 1/5', '★★☆☆☆ 2/5', '★★★☆☆ 3/5', '★★★★☆ 4/5', '★★★★★ 5/5'] - const ratingTextColors = ['text-orange-400', 'text-amber-400', 'text-lime-400', 'text-emerald-400', 'text-cyan-400' ] + const ratingTextColors = ['text-orange-400', 'text-amber-400', 'text-lime-400', 'text-cyan-400', 'text-emerald-400' ] return ( <>