Skip to content

Commit

Permalink
chore: update the medium and mainnet url to labs (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwbabylonlab authored Aug 16, 2024
1 parent 6a14b5d commit 2757296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const iconLinks = [
},
{
name: "Medium",
url: "https://medium.com/babylonchain-io",
url: "https://medium.com/babylonlabs-io",
Icon: BsMedium,
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ export const shouldDisplayTestingMsg = (): boolean => {
export const getNetworkAppUrl = (): string => {
return shouldDisplayTestingMsg()
? "https://btcstaking.testnet.babylonchain.io"
: "https://btcstaking.babylonchain.io";
: "https://btcstaking.babylonlabs.io";
};

0 comments on commit 2757296

Please sign in to comment.