Skip to content

Commit

Permalink
add: link to ambire.com in walletokenmodal info
Browse files Browse the repository at this point in the history
  • Loading branch information
PetromirDev committed Jul 22, 2024
1 parent 4ba9586 commit 8615e03
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/components/Modals/WalletTokenModal/WalletTokenModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,12 @@ const WalletTokenModal = ({ accountId, claimableWalletToken, rewards, network })
<InfoIcon className={styles.rewardsDisabledIcon} />
<p className={styles.rewardsDisabledText}>
{' '}
We are preparing for the public launch of our browser extension. Following a recent
governance vote, early users $WALLET rewards are no longer available in the Web and Mobile
versions of Ambire Wallet.
We are preparing for the public launch of{' '}
<a href="https://www.ambire.com/" target="_blank" rel="noreferrer">
our browser extension
</a>
. Following a recent governance vote, early users $WALLET rewards are no longer available
in the Web and Mobile versions of Ambire Wallet.
</p>
<a
className={styles.rewardsDisabledLink}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@
vertical-align: middle;
font-weight: 500;
line-height: 1.25rem;

a {
color: $ambire-purple;
transition: $basic-transition;

&:hover {
opacity: .6;
}
}
}
.rewardsDisabledLink {
display: block;
Expand Down

0 comments on commit 8615e03

Please sign in to comment.