Skip to content

Commit 247af5d

Browse files
authored
Merge pull request #14502 from MacBudkowski/kiwi
Added Kiwi app to the dapp repository [Issue #14463]
2 parents 8026d02 + 8ce4ac5 commit 247af5d

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": "Find interesting Ethereum news, articles, and products curated for builders by builders. Discuss them with fellow devs, founders, and investors.",
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/[locale]/dapps.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ import golem from "@/public/images/dapps/golem.png"
7676
import graph from "@/public/images/dapps/graph.png"
7777
import index from "@/public/images/dapps/index-coop.png"
7878
import ipfs from "@/public/images/dapps/ipfs.png"
79+
import kiwinews from "@/public/images/dapps/kiwinews.png"
7980
import krystal from "@/public/images/dapps/krystal.png"
8081
import kyberswap from "@/public/images/dapps/kyberswap.png"
8182
import lido from "@/public/images/dapps/lido.png"
@@ -983,6 +984,13 @@ const DappsPage = () => {
983984
image: cyberconnect,
984985
alt: t("page-dapps-cyberconnect-logo-alt"),
985986
},
987+
{
988+
title: "Kiwi News",
989+
description: t("page-dapps-dapp-description-kiwinews"),
990+
link: "https://news.kiwistand.com/",
991+
image: kiwinews,
992+
alt: t("page-dapps-kiwinews-logo-alt"),
993+
},
986994
]
987995

988996
const content = [

0 commit comments

Comments
 (0)