diff --git a/dapp_data_example.json b/dapp_data_example.json index 10087e55..6b1f723a 100644 --- a/dapp_data_example.json +++ b/dapp_data_example.json @@ -7,7 +7,6 @@ "Onramps", "Bridges", "DeFi", - "Telegram", "Games", "NFTs", "Social", diff --git a/data/coinbine.json b/data/coinbine.json index 31a05a65..c4424844 100644 --- a/data/coinbine.json +++ b/data/coinbine.json @@ -4,7 +4,6 @@ "description": "Merge tiles, boost your score, and claim rewards! With Coinbine, your skills in merging tiles turn into rewards. The more you play, the more you earn!", "short_description": "Merge tiles, boost your score, and earn rewards", "tags": [ - "Telegram", "Games" ], "contracts": [ diff --git a/src/data/categories.tsx b/src/data/categories.tsx index ed34a1eb..2a161412 100644 --- a/src/data/categories.tsx +++ b/src/data/categories.tsx @@ -23,8 +23,6 @@ import profileLight from "../assets/icons/profileLight.svg" import star from "../assets/icons/starFilled.svg" import swap from "../assets/icons/swap.svg" import swapLight from "../assets/icons/swapLight.svg" -import telegram from "../assets/icons/telegram.svg" -import telegramLight from "../assets/icons/telegramLight.svg" import verified from "../assets/icons/verified.svg" import verifiedLight from "../assets/icons/verifiedLight.svg" @@ -33,12 +31,6 @@ export const categories = [ { key: "bridges", name: "Bridges", icon: bridges, iconDark: bridgesLight }, { key: "defi", name: "DeFi", icon: swap, iconDark: swapLight }, { key: "games", name: "Games", icon: gaming, iconDark: gamingLight }, - { - key: "telegram", - name: "Telegram", - icon: telegram, - iconDark: telegramLight, - }, { key: "nfts", name: "NFTs", icon: gallery, iconDark: galleryLight }, { key: "social", name: "Social", icon: heart, iconDark: heartLight }, {