Skip to content

Commit

Permalink
updated banner text
Browse files Browse the repository at this point in the history
  • Loading branch information
klk1236 committed Jul 14, 2021
1 parent f4b3912 commit 881d5b8
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 881d5b8

Please sign in to comment.