Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
add paragraphs (#2278)
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin authored Jan 24, 2022
1 parent 88c3ce0 commit 142baaf
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/custom/pages/Claim/ClaimingStatus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,21 @@ export default function ClaimingStatus() {
<span role="img" aria-label="party-hat">
🎉🐮{' '}
</span>
Welcome to the COWmunnity! :)
<p>Welcome to the COWmunnity! :)</p>
</Trans>
{isSelfClaiming ? (
<Trans>
You can see your vCOW balance in the <Link to="/profile">Profile</Link>
<p>
You can see your vCOW balance in the <Link to="/profile">Profile</Link>
</p>
<AddToMetamask currency={currency} />
</Trans>
) : (
<Trans>
You have just claimed on behalf of{' '}
<ExplorerLink id={activeClaimAccount} type={ExplorerDataType.ADDRESS} />
<p>
You have just claimed on behalf of{' '}
<ExplorerLink id={activeClaimAccount} type={ExplorerDataType.ADDRESS} />
</p>
</Trans>
)}
</>
Expand Down

0 comments on commit 142baaf

Please sign in to comment.