From 37e7061208b150f8ae4e317b3e693dee2c6c044a Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Thu, 10 Apr 2025 15:10:11 -0700 Subject: [PATCH] fix(footer): Updating nav and footer --- src/components/nav-menu/index.js | 2 +- src/config/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/nav-menu/index.js b/src/components/nav-menu/index.js index aa755bb..43fad07 100644 --- a/src/components/nav-menu/index.js +++ b/src/components/nav-menu/index.js @@ -31,7 +31,7 @@ function NavMenu (props) { {' '} - PSF Web3 Demo + SLP Wallet diff --git a/src/config/index.js b/src/config/index.js index 8fef9ba..8b27cde 100644 --- a/src/config/index.js +++ b/src/config/index.js @@ -11,7 +11,7 @@ const config = { // Backup Info that goes into the Footer. ghPagesUrl: 'https://permissionless-software-foundation.github.io/react-bootstrap-web3-spa/', - ghRepo: 'https://github.com/Permissionless-Software-Foundation/react-bootstrap-web3-spa', + ghRepo: 'https://github.com/Permissionless-Software-Foundation/bch-wallet-web3-spa', radicleUrl: 'https://app.radicle.network/seeds/maple.radicle.garden/rad:git:hnrkd5cjwwb5tzx37hq9uqm5ubon7ee468xcy/remotes/hyyycncbn9qzqmobnhjq9rry6t4mbjiadzjoyhaknzxjcz3cxkpfpc' }