feat: add percentage sign next to the score

This commit is contained in:
0xdevant 2024-07-22 21:04:07 +08:00
parent abc5e3cd4d
commit 137bd7a7a1
No known key found for this signature in database
GPG Key ID: 3B0072B3F5B415CB
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ const logo = props.project?.logos?.at(0)?.url
border-2px class="border-app-black bg-app-white text-app-black" flex items-center justify-center px-32px
py-16px text-32px font-700 leading-40px cursor-pointer
>
{{ calculateScore }}
{{ `${calculateScore}%` }}
</div>
</div>
<div grid grid-cols-2 gap-16px my-32px lg:grid-cols-4>