From 39d052683a18b874039a49a6272abbcae100dfc8 Mon Sep 17 00:00:00 2001 From: colinmfoster4723 Date: Mon, 11 Sep 2023 14:52:32 -0500 Subject: [PATCH] Adjusted link for marketplace --- ui/components/layout/Sidebar/ExternalLinks.tsx | 2 +- ui/pages/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/components/layout/Sidebar/ExternalLinks.tsx b/ui/components/layout/Sidebar/ExternalLinks.tsx index 198b6786..ff14f856 100644 --- a/ui/components/layout/Sidebar/ExternalLinks.tsx +++ b/ui/components/layout/Sidebar/ExternalLinks.tsx @@ -23,7 +23,7 @@ const externalLinks = [ }, { name: 'Marketplace', - href: 'https://marketplace.moondao.com', + href: 'https://market.moondao.com', }, ] diff --git a/ui/pages/index.tsx b/ui/pages/index.tsx index c1af2e7c..51220984 100644 --- a/ui/pages/index.tsx +++ b/ui/pages/index.tsx @@ -62,7 +62,7 @@ export default function Home() { { name: 'Marketplace', description: 'Buy and sell NFTs on the MoonDAO marketplace.', - href: 'https://marketplace.moondao.com', + href: 'https://market.moondao.com', icon: BuildingStorefrontIcon, externalLink: true, },