Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aahna-ashina authored Aug 22, 2024
1 parent 434136c commit 6da768a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/pages/lock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,9 @@ export default function Lock() {
<div>
<InformationCircleIcon className="h-24 w-24 text-n3blue dark:text-blue-600" />
<span>
We suggest you to obtain <b>more than</b>{' '}
We suggest you obtain <b>more than</b>{' '}
{(requiredBalance == -1 ? '...' : requiredBalance) || 0 + 0.5}{' '}
$veNATION if you want to mint a passport NFT, since $veNATION
$veNATION if you want to mint a passport NFT, since the $veNATION
balance drops over time. If it falls below the required
threshold, your passport can be revoked. You can always lock
more $NATION later.
Expand Down

0 comments on commit 6da768a

Please sign in to comment.