Skip to content

Commit

Permalink
Merge pull request #60 from nation3/35-nationcred-scores
Browse files Browse the repository at this point in the history
Update index.tsx
  • Loading branch information
aahna-ashina authored Jan 13, 2024
2 parents e2ac975 + 4ff7575 commit c9c933a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ export default function Home({ total_citizens_count, total_expired_passports, ac
</h2>
</div>
<div className='mt-2'>
🎗️ NationCred: {nationcred_scores_accumulated[passportId]}
🎗️ NationCred:
<span className="ml-1 rounded-full bg-slate-200 px-2 py-1 font-semibold text-slate-700">
{Number(nationcred_scores_accumulated[passportId]).toLocaleString('en-US')}
</span>
<br />
🗳️ Voting escrow: {citizens[passportId].votingPower}
</div>
Expand Down

0 comments on commit c9c933a

Please sign in to comment.