Skip to content

Commit c932874

Browse files
author
MacB
committed
Added Kiwi app to the dapp repository [Issue #14463]
1 parent 31660ce commit c932874

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

public/images/dapps/kiwinews.png

126 KB
Loading

src/intl/en/page-dapps.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
"page-dapps-dapp-description-ipfs": "A peer-to-peer hypermedia protocol designed to preserve and grow humanity's knowledge by making the web upgradeable, resilient, and more open.",
9191
"page-dapps-dapp-description-radicle": "Secure peer-to-peer code collaboration without intermediaries.",
9292
"page-dapps-dapp-description-kyberswap": "Swap and earn at the best rates.",
93+
"page-dapps-dapp-description-kiwinews": "Kiwi is an app with Ethereum content curated for builders by builders. Users can find fresh news, essays, technical discussions, products, GitHub repos, and dashboards, and chat with fellow Ethereum devs, founders, and creators.",
9394
"page-dapps-dapp-description-lido": "Simplified and secure staking for digital assets.",
9495
"page-dapps-dapp-description-loopring": "Peer-to-peer trading platform built for speed.",
9596
"page-dapps-dapp-description-marble-cards": "Create and trade unique digital cards based on URLs.",

src/pages/dapps.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ import golem from "@/public/images/dapps/golem.png"
8383
import graph from "@/public/images/dapps/graph.png"
8484
import index from "@/public/images/dapps/index-coop.png"
8585
import ipfs from "@/public/images/dapps/ipfs.png"
86+
import kiwinews from "@/public/images/dapps/kiwinews.png"
8687
import krystal from "@/public/images/dapps/krystal.png"
8788
import kyberswap from "@/public/images/dapps/kyberswap.png"
8889
import lido from "@/public/images/dapps/lido.png"
@@ -1103,6 +1104,13 @@ const DappsPage = () => {
11031104
image: cyberconnect,
11041105
alt: t("page-dapps-cyberconnect-logo-alt"),
11051106
},
1107+
{
1108+
title: "Kiwi News",
1109+
description: t("page-dapps-dapp-description-kiwinews"),
1110+
link: "https://news.kiwistand.com/",
1111+
image: kiwinews,
1112+
alt: t("page-dapps-kiwinews-logo-alt"),
1113+
},
11061114
]
11071115

11081116
const content = [

0 commit comments

Comments
 (0)