Skip to content

Commit aa6321c

Browse files
authored
Merge branch 'staging' into dev
2 parents 97b81a5 + 96652c2 commit aa6321c

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereum-org-website",
3-
"version": "8.0.0",
3+
"version": "8.1.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

src/data/published.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "date": "2023-10-26" }
1+
{"date":"2024-02-16"}

src/pages/dapps.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,13 +1208,6 @@ const DappsPage = () => {
12081208
]
12091209

12101210
const bridges = [
1211-
{
1212-
title: "Multichain",
1213-
description: t("page-dapps-dapp-description-multichain"),
1214-
link: "https://multichain.xyz/",
1215-
image: multichain,
1216-
alt: t("page-dapps-multichain-logo-alt"),
1217-
},
12181211
{
12191212
title: "Rubic",
12201213
description: t("page-dapps-dapp-description-rubic"),

0 commit comments

Comments
 (0)