From 5f9ad5980e17bdf3070172c4239949bf915d808a Mon Sep 17 00:00:00 2001 From: Charlie <2747302+CharlieC3@users.noreply.github.com> Date: Tue, 26 Jan 2021 13:28:29 -0500 Subject: [PATCH] fix: remove slack in path --- app/constants/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/constants/index.ts b/app/constants/index.ts index 9ab67e799..95285ebd9 100644 --- a/app/constants/index.ts +++ b/app/constants/index.ts @@ -19,7 +19,7 @@ export const FULL_ENTITY_NAME = 'Hiro Systems PBC'; export const WALLET_VERSION = packageJson.version; -export const BUY_STX_URL = 'https://coinmarketcap.com/currencies/stacks/markets/'; +export const BUY_STX_URL = 'https://coinmarketcap.com/currencies/stacks/markets'; export const STATUS_PAGE_URL = 'http://status.test-blockstack.com';