Skip to content

Commit

Permalink
Merge pull request #319 from argentlabs/feat/remove-telegram
Browse files Browse the repository at this point in the history
feat: remove telegram category
  • Loading branch information
0xEniotna authored Feb 4, 2025
2 parents a897c03 + 3fbd793 commit 882a024
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion dapp_data_example.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"Onramps",
"Bridges",
"DeFi",
"Telegram",
"Games",
"NFTs",
"Social",
Expand Down
1 change: 0 additions & 1 deletion data/coinbine.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
8 changes: 0 additions & 8 deletions src/data/categories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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 },
{
Expand Down

0 comments on commit 882a024

Please sign in to comment.