Skip to content

Commit

Permalink
Merge pull request #18 from DimensionDev/feat/stake
Browse files Browse the repository at this point in the history
feat: add link to stake
  • Loading branch information
guanbinrui authored Jun 14, 2024
2 parents e145a2a + ebfe066 commit 49f23ee
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,16 @@ const Menu = ({ open }: MenuProps) => {
Medium
</a>
</div>
<div className="sm:min-w-full md-for-menu:min-w-full">
<a
target="_blank"
rel="noreferrer"
href="https://stake.mask.io"
className="menu-link"
>
Stake
</a>
</div>
<div className="sm:min-w-full md-for-menu:min-w-full">
<a
target="_blank"
Expand Down

0 comments on commit 49f23ee

Please sign in to comment.