Skip to content

Commit

Permalink
feat(index.page.tsx): update faucet and auro wallet ui link text
Browse files Browse the repository at this point in the history
  • Loading branch information
ymekuria committed Jul 25, 2023
1 parent 208fa0c commit 7ce971e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,12 @@ export default function Home() {
const auroLink = 'https://www.aurowallet.com/';
const auroLinkElem = (
<a href={auroLink} target="_blank" rel="noreferrer">
[Link]{' '}
Install Auro wallet here
</a>
);
hasWallet = (
<div>
Could not find a wallet. Install Auro wallet here: {auroLinkElem}
Could not find a wallet. {auroLinkElem}
</div>
);
}
Expand Down Expand Up @@ -227,7 +227,7 @@ export default function Home() {
<div>
Account does not exist. Please visit the faucet to fund this account
<a href={faucetLink} target="_blank" rel="noreferrer">
[Link]{' '}
Please visit the faucet to fund this account
</a>
</div>
);
Expand Down

0 comments on commit 7ce971e

Please sign in to comment.