Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove Token Sets #14257

Merged
merged 1 commit into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed public/images/dapps/set.png
Binary file not shown.
2 changes: 0 additions & 2 deletions src/intl/en/page-dapps.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@
"page-dapps-dapp-description-status": "Designed to enable the free flow of information, protect the right to private, secure conversations, and promote the sovereignty of individuals.",
"page-dapps-dapp-description-superrare": "Buy digital artworks direct from artists or in secondary markets.",
"page-dapps-dapp-description-synthetix": "A new financial primitive enabling the creation of synthetic assets, offering unique derivatives and exposure to real-world assets on the blockchain.",
"page-dapps-dapp-description-token-sets": "Crypto investment strategies that automatically rebalance.",
"page-dapps-dapp-description-uniswap": "Swap tokens simply or provide tokens for % rewards.",
"page-dapps-dapp-description-xmtp": "Send messages between blockchain accounts, including DMs, alerts, announcements, and more.",
"page-dapps-dapp-description-yearn": "Decentralized suite of products helping individuals, DAOs, and other protocols earn yield on their digital assets.",
Expand Down Expand Up @@ -261,7 +260,6 @@
"page-dapps-technology-button": "Technology",
"page-dapps-technology-description": "These are applications that focus on decentralizing developer tools, incorporating cryptoeconomic systems into existing technology, and creating marketplaces for open-source development work.",
"page-dapps-technology-title": "Decentralized technology",
"page-dapps-token-sets-logo-alt": "Token Sets logo",
"page-dapps-uniswap-logo-alt": "Uniswap logo",
"page-dapps-wallet-callout-button": "Find wallet",
"page-dapps-wallet-callout-description": "Wallets are dapps too. Find one based on the features that suit you.",
Expand Down
8 changes: 0 additions & 8 deletions src/pages/dapps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ import requestFinance from "@/public/images/dapps/requestFinance.png"
import rotki from "@/public/images/dapps/rotki.png"
import rubic from "@/public/images/dapps/rubic.png"
import sablier from "@/public/images/dapps/sablier.png"
import set from "@/public/images/dapps/set.png"
import spatial from "@/public/images/dapps/spatial.png"
import spruce from "@/public/images/dapps/spruce.png"
import status from "@/public/images/dapps/status.png"
Expand Down Expand Up @@ -817,13 +816,6 @@ const DappsPage = () => {
]

const investments = [
{
title: "Token Sets",
description: t("page-dapps-dapp-description-token-sets"),
link: "https://www.tokensets.com/",
image: set,
alt: t("page-dapps-token-sets-logo-alt"),
},
{
title: "PoolTogether",
description: t("page-dapps-dapp-description-pooltogether"),
Expand Down
Loading