Skip to content

Commit

Permalink
add thUSD to banner and menu
Browse files Browse the repository at this point in the history
  • Loading branch information
randyramig committed Apr 10, 2024
1 parent 7e156c4 commit 6c32e57
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,15 @@ yarn start
Open http://localhost:8000 to view it in the browser.

The page will reload if you make edits.

### Contributor Notes

#### `@shoegazer_`
* Had to do the following to get the above instructions to work:
> First thing I would do is to lock the dependencies by removing all "^" from the package.json file.
After this, would install the dependencies using node version 18: `nvm use 18` and `yarn install`
to build, I would use node version 16: `nvm use 16, yarn build and yarn start`

* Tried the above on Windows and didn't work -- on Linux (Ubuntu) it did

Filed https://github.com/threshold-network/website/issues/114
2 changes: 1 addition & 1 deletion src/content/components/announcement-banner.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ template: announcement
title: Announcement
---

Maximize your BTC in DeFi. <a href="https://dashboard.threshold.network/tBTC/mint" target="_blank" rel="noopener noreferrer">Mint tBTC now</a>
Maximize your BTC in DeFi. <a href="https://dashboard.threshold.network/tBTC/mint" target="_blank" rel="noopener noreferrer">Mint tBTC now</a> and use tBTC as collateral for <a href="https://thresholdusd.org/" target="_blank" rel="noopener noreferrer">thUSD stablecoin</a>
2 changes: 2 additions & 0 deletions src/content/components/nav-bar.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ nav_items:
menu_buttons:
- label: tBTC dApp
url: https://dashboard.threshold.network/tBTC
- label: thUSD dApp
url: https://app.thresholdusd.org
social_links:
- label: Twitter
url: https://twitter.com/TheTNetwork
Expand Down

0 comments on commit 6c32e57

Please sign in to comment.