Skip to content
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/crackandstack.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 @@ -78,7 +78,6 @@
"page-dapps-dapp-description-cryptovoxels": "Create art galleries, build stores, and buy land – an Ethereum virtual world.",
"page-dapps-dapp-description-cyberconnect": "Decentralized social graph protocol that helps dApps bootstrap network effects and build personalized social experiences",
"page-dapps-dapp-description-dark-forest": "Conquer planets in an infinite, procedurally-generated, cryptographically-specified universe.",
"page-dapps-dapp-description-crack-and-stack": "Enter the mines with other players, stack ETH diamonds, and try to escape with your bounty.",
"page-dapps-dapp-description-decentraland": "Collect, trade virtual land in a virtual world you can explore.",
"page-dapps-dapp-description-ens": "User-friendly names for Ethereum addresses and decentralized sites.",
"page-dapps-dapp-description-foundation": "Invest in unique editions of digital artwork and trade pieces with other buyers.",
Expand Down Expand Up @@ -129,7 +128,6 @@
"page-dapps-docklink-dapps": "Intro to dapps",
"page-dapps-docklink-smart-contracts": "Smart contracts",
"page-dapps-dark-forest-logo-alt": "Dark Forest logo",
"page-dapps-crack-and-stack-logo-alt": "Crack & Stack logo",
"page-dapps-decentraland-logo-alt": "Decentraland logo",
"page-dapps-index-coop-logo-alt": "Index Coop logo",
"page-dapps-nexus-mutual-logo-alt": "Nexus Mutual logo",
Expand Down
8 changes: 0 additions & 8 deletions src/pages/dapps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ import balancer from "@/public/images/dapps/balancer.png"
import brave from "@/public/images/dapps/brave.png"
import compound from "@/public/images/dapps/compound.png"
import convex from "@/public/images/dapps/convex.png"
import crackAndStack from "@/public/images/dapps/crackandstack.png"
import cryptopunks from "@/public/images/dapps/cryptopunks.png"
import cryptovoxels from "@/public/images/dapps/cryptovoxels.png"
import curve from "@/public/images/dapps/curve.png"
Expand Down Expand Up @@ -984,13 +983,6 @@ const DappsPage = () => {
image: darkforest,
alt: t("page-dapps-dark-forest-logo-alt"),
},
{
title: "Crack & Stack",
description: t("page-dapps-dapp-description-crack-and-stack"),
link: "https://crackandstack.com/",
image: crackAndStack,
alt: t("page-dapps-crack-and-stack-logo-alt"),
},
]

const social = [
Expand Down