Skip to content

Commit 053e8cf

Browse files
Merge remote-tracking branch 'upstream/dev' into Migrate-StakingConsiderations-to-Shadcn/Tailwind
2 parents de8ca67 + 54816ba commit 053e8cf

File tree

4 files changed

+1
-11
lines changed

4 files changed

+1
-11
lines changed

public/images/dapps/crackandstack.png

-149 KB
Binary file not shown.

src/components/Layer2NetworksTable/NetworksSubComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ const NetworkSubComponent = ({ network }) => {
236236
<div className="flex flex-col gap-0.5">
237237
<div>
238238
<InlineLink
239-
href={network.growThePieLink}
239+
href={network.growthepieLink}
240240
customEventOptions={{
241241
eventCategory: "l2_networks",
242242
eventAction: "analytics_profiles",

src/intl/en/page-dapps.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878
"page-dapps-dapp-description-cryptovoxels": "Create art galleries, build stores, and buy land – an Ethereum virtual world.",
7979
"page-dapps-dapp-description-cyberconnect": "Decentralized social graph protocol that helps dApps bootstrap network effects and build personalized social experiences",
8080
"page-dapps-dapp-description-dark-forest": "Conquer planets in an infinite, procedurally-generated, cryptographically-specified universe.",
81-
"page-dapps-dapp-description-crack-and-stack": "Enter the mines with other players, stack ETH diamonds, and try to escape with your bounty.",
8281
"page-dapps-dapp-description-decentraland": "Collect, trade virtual land in a virtual world you can explore.",
8382
"page-dapps-dapp-description-ens": "User-friendly names for Ethereum addresses and decentralized sites.",
8483
"page-dapps-dapp-description-foundation": "Invest in unique editions of digital artwork and trade pieces with other buyers.",
@@ -129,7 +128,6 @@
129128
"page-dapps-docklink-dapps": "Intro to dapps",
130129
"page-dapps-docklink-smart-contracts": "Smart contracts",
131130
"page-dapps-dark-forest-logo-alt": "Dark Forest logo",
132-
"page-dapps-crack-and-stack-logo-alt": "Crack & Stack logo",
133131
"page-dapps-decentraland-logo-alt": "Decentraland logo",
134132
"page-dapps-index-coop-logo-alt": "Index Coop logo",
135133
"page-dapps-nexus-mutual-logo-alt": "Nexus Mutual logo",

src/pages/dapps.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ import balancer from "@/public/images/dapps/balancer.png"
5656
import brave from "@/public/images/dapps/brave.png"
5757
import compound from "@/public/images/dapps/compound.png"
5858
import convex from "@/public/images/dapps/convex.png"
59-
import crackAndStack from "@/public/images/dapps/crackandstack.png"
6059
import cryptopunks from "@/public/images/dapps/cryptopunks.png"
6160
import cryptovoxels from "@/public/images/dapps/cryptovoxels.png"
6261
import curve from "@/public/images/dapps/curve.png"
@@ -984,13 +983,6 @@ const DappsPage = () => {
984983
image: darkforest,
985984
alt: t("page-dapps-dark-forest-logo-alt"),
986985
},
987-
{
988-
title: "Crack & Stack",
989-
description: t("page-dapps-dapp-description-crack-and-stack"),
990-
link: "https://crackandstack.com/",
991-
image: crackAndStack,
992-
alt: t("page-dapps-crack-and-stack-logo-alt"),
993-
},
994986
]
995987

996988
const social = [

0 commit comments

Comments
 (0)