diff --git a/app/components/NewNavigation.tsx b/app/components/NewNavigation.tsx index 0ad0f4b..884f605 100644 --- a/app/components/NewNavigation.tsx +++ b/app/components/NewNavigation.tsx @@ -87,17 +87,22 @@ const dropdownItems: DropDownItems[] = [ { label: "Treasure App", type: "external", - target: "https://app.treasure.lol", + target: LINKS.APP, + }, + { + label: "Treasure Market", + type: "external", + target: LINKS.MARKET, }, { label: "Magicswap", type: "external", - target: "https://magicswap.lol", + target: LINKS.MAGICSWAP, }, { label: "Developer Documentation", type: "external", - target: "https://docs.treasure.lol/", + target: LINKS.DOCUMENTATION, }, ], }, diff --git a/app/components/new-landing/Footer.tsx b/app/components/new-landing/Footer.tsx index b1f6cd1..a40a2ba 100644 --- a/app/components/new-landing/Footer.tsx +++ b/app/components/new-landing/Footer.tsx @@ -54,6 +54,11 @@ const FooterLinks = [ url: LINKS.APP, external: true, }, + { + title: "Treasure Market", + url: LINKS.MARKET, + external: true, + }, { title: "Creator Program", url: "/create", diff --git a/app/routes/about.tsx b/app/routes/about.tsx index 4264298..dcb4ea7 100644 --- a/app/routes/about.tsx +++ b/app/routes/about.tsx @@ -49,8 +49,8 @@ export default function About() {
- Treasure is building the decentralized game console bring games - and IP born out of web3 into the mainstream. + Treasure is building the decentralized game console to bring + games and IP born out of web3 into the mainstream.