diff --git a/src/helpers/ecosystem.ts b/src/helpers/ecosystem.ts
index 77d31ce4ff9cd54d1a6c90ec7a41889338016c9c..6a52c9cac18ec1f3c6dd594afaf02be16b2aa023 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,
   },