diff --git a/src/app/components/Footer/Footer.tsx b/src/app/components/Footer/Footer.tsx index 09ba31e6..170e4060 100644 --- a/src/app/components/Footer/Footer.tsx +++ b/src/app/components/Footer/Footer.tsx @@ -40,7 +40,7 @@ const iconLinks = [ }, { name: "Medium", - url: "https://medium.com/babylonchain-io", + url: "https://medium.com/babylonlabs-io", Icon: BsMedium, }, { diff --git a/src/config/index.ts b/src/config/index.ts index 88fc21ef..ec639445 100644 --- a/src/config/index.ts +++ b/src/config/index.ts @@ -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"; };