Merge pull request #12 from 0xdevant/feature/add-persentage-sign-to-score

feat: add percentage sign next to the score
This commit is contained in:
MufCZ 2024-07-22 15:47:40 +02:00 committed by GitHub
commit 2d4e2868c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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>