From 3da19f98bd232cda8cfad83b747070fd32331d40 Mon Sep 17 00:00:00 2001 From: RK <guiltyparties@protonmail.com> Date: Sat, 12 Oct 2024 02:27:59 +0000 Subject: [PATCH] Update ecosystem.ts --- src/helpers/ecosystem.ts | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/helpers/ecosystem.ts b/src/helpers/ecosystem.ts index 77d31ce..6a52c9c 100644 --- a/src/helpers/ecosystem.ts +++ b/src/helpers/ecosystem.ts @@ -82,15 +82,15 @@ export const ECOSYSTEM: IEcoItem[] = [ types: [EcoType.game, EcoType.nft], featured: true, }, - { - id: 'splinterroyale', - name: 'Splinter Royale', - description: 'Web3 Trading Card Game meets fast-paced Auto Chess Battler.', - image: 'splinterroyale.png', - website: 'https://splinterroyale.com', - types: [EcoType.game, EcoType.nft], - featured: true, - }, + // { + // id: 'splinterroyale', + // name: 'Splinter Royale', + // description: 'Web3 Trading Card Game meets fast-paced Auto Chess Battler.', + // image: 'splinterroyale.png', + // website: 'https://splinterroyale.com', + // types: [EcoType.game, EcoType.nft], + // featured: true, + //}, // { // id: 'rabona', // name: 'Rabona', @@ -110,12 +110,12 @@ export const ECOSYSTEM: IEcoItem[] = [ // featured: true, // }, { - id: 'pinmapple', - name: 'Pinmapple', + id: 'worldmappin', + name: 'Worldmappin', description: 'An interactive visual map where you can explore travel content from around the world and a curated feed of stunning editor picks', - image: 'Pinmapple_Logo.svg', - website: 'https://www.pinmapple.com/', + image: 'worldmappin.svg', + website: 'https://worldmappin.com/', types: [EcoType.social], featured: true, }, -- GitLab