Skip to content

Commit

Permalink
Update ProfileDetailsOpsSkillRating.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aahna-ashina authored May 16, 2024
1 parent 1ab72ca commit b6df06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProfileDetailsOpsSkillRating.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<>
<Link href={`https://etherscan.io/address/0x8100e77899C24b0F7B516153F84868f850C034BF#writeContract#F1`} target="_blank" className="float-right border rounded-full px-2 ml-8 font-bold text-transparent bg-clip-text bg-gradient-to-br from-sky-400 to-green-400">
Expand Down

0 comments on commit b6df06a

Please sign in to comment.