Skip to content

Commit

Permalink
Merge pull request #121 from persistenceOne/maticstakedroprewardsUI
Browse files Browse the repository at this point in the history
updated banner text
  • Loading branch information
Deepanshu Tripathi authored Jul 14, 2021
2 parents 9b7473e + 881d5b8 commit c044e98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/layout/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ const Header = () => {
<div className="container">
<Alert className="nav-banner alert-dismissible">
<p>
<a href="https://register.pstake.finance/" rel="noopener noreferrer"
<a href="https://app.pstake.finance/" rel="noopener noreferrer"
target="_blank">
<span onClick={onClickTopBar}>Unlock the liquidity for your staked assets with pSTAKE. Participate in the Staking Gala to win from the prize pool of $20,000. Register now!</span>&emsp;
<span onClick={onClickTopBar}>pSTAKE Beta is live. Stake your ATOM now!</span>&emsp;
<img src={rightarrow} alt="arrow"/></a>
</p>
<img src={close} alt="close" className="close" onClick={closeBanner}/>
Expand Down

0 comments on commit c044e98

Please sign in to comment.