From 579e43b9802a159d36b4d51519f37d3ed2155045 Mon Sep 17 00:00:00 2001 From: Obie Dobo Date: Fri, 14 Oct 2022 19:25:06 -0500 Subject: [PATCH 1/2] chore: Revert vanity url --- src/__tests__/widgets/menu.test.tsx | 2 +- src/components/Footer/Footer.tsx | 4 ++-- src/components/Footer/config.tsx | 2 +- src/widgets/Navbar/MobileNavMenu.tsx | 2 +- src/widgets/Navbar/SubNavbar.tsx | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/__tests__/widgets/menu.test.tsx b/src/__tests__/widgets/menu.test.tsx index fae7c2a6..3e916505 100644 --- a/src/__tests__/widgets/menu.test.tsx +++ b/src/__tests__/widgets/menu.test.tsx @@ -959,7 +959,7 @@ it("renders correctly", () => { diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index 865fd45a..9b7ab2af 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -82,12 +82,12 @@ const Footer: React.FC = ({ onClick={() => trackClick(track, event, position, chainId, "twitter", "https://twitter.com/ape_swap")} /> - + - trackClick(track, event, position, chainId, "discord", "https://discord.com/invite/ApeSwapOfficial") + trackClick(track, event, position, chainId, "discord", "https://discord.com/invite/ApeSwap") } /> diff --git a/src/components/Footer/config.tsx b/src/components/Footer/config.tsx index 95431a09..004d4130 100644 --- a/src/components/Footer/config.tsx +++ b/src/components/Footer/config.tsx @@ -5,7 +5,7 @@ export const supportLinks = [ }, { label: "Discord", - href: "https://discord.com/invite/ApeSwapOfficial", + href: "https://discord.com/invite/ApeSwap", }, { label: "Tokenomics", diff --git a/src/widgets/Navbar/MobileNavMenu.tsx b/src/widgets/Navbar/MobileNavMenu.tsx index b61437da..c0ad67b1 100644 --- a/src/widgets/Navbar/MobileNavMenu.tsx +++ b/src/widgets/Navbar/MobileNavMenu.tsx @@ -223,7 +223,7 @@ const MobileNavMenu: React.FC = ({ color="white3" fill={iconFillColor} onClick={() => - trackClick(track, event, position, chainId, "discord", "https://discord.com/invite/ApeSwapOfficial") + trackClick(track, event, position, chainId, "discord", "https://discord.com/invite/ApeSwap") } /> diff --git a/src/widgets/Navbar/SubNavbar.tsx b/src/widgets/Navbar/SubNavbar.tsx index b8010c43..69155bba 100644 --- a/src/widgets/Navbar/SubNavbar.tsx +++ b/src/widgets/Navbar/SubNavbar.tsx @@ -156,7 +156,7 @@ const SubNavbar: React.FC = ({ color="white3" fill={iconFillColor} onClick={() => - trackClick(track, event, position, chainId, "discord", "https://discord.com/invite/ApeSwapOfficial") + trackClick(track, event, position, chainId, "discord", "https://discord.com/invite/ApeSwap") } /> From 5246a95bdd486e81aad80fcc21ce587f7b55666e Mon Sep 17 00:00:00 2001 From: Obie Dobo Date: Fri, 14 Oct 2022 19:26:36 -0500 Subject: [PATCH 2/2] chore: Revert vanity url --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 00681b2d..6ef1da7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/uikit", - "version": "1.3.31-alpha.7", + "version": "1.3.33", "description": "Set of UI components for apeswap projects", "main": "dist/index.cjs.js", "resolutions": {