From 6c32e57fe88e0a337312002cff9e1ae5f7a33ec3 Mon Sep 17 00:00:00 2001 From: Randy Ramig Date: Wed, 10 Apr 2024 16:50:28 +0000 Subject: [PATCH] add thUSD to banner and menu --- README.md | 12 ++++++++++++ src/content/components/announcement-banner.md | 2 +- src/content/components/nav-bar.md | 2 ++ 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee529f4e..cd7f83e0 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/content/components/announcement-banner.md b/src/content/components/announcement-banner.md index 9c9c2233..44f3a8c5 100644 --- a/src/content/components/announcement-banner.md +++ b/src/content/components/announcement-banner.md @@ -3,4 +3,4 @@ template: announcement title: Announcement --- -Maximize your BTC in DeFi. Mint tBTC now +Maximize your BTC in DeFi. Mint tBTC now and use tBTC as collateral for thUSD stablecoin diff --git a/src/content/components/nav-bar.md b/src/content/components/nav-bar.md index 8626cc0d..47a337f1 100644 --- a/src/content/components/nav-bar.md +++ b/src/content/components/nav-bar.md @@ -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