Skip to content

Commit

Permalink
Added Kiwi app to the dapp repository [Issue ethereum#14463]
Browse files Browse the repository at this point in the history
  • Loading branch information
MacB committed Dec 13, 2024
1 parent 31660ce commit c932874
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Binary file added public/images/dapps/kiwinews.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/intl/en/page-dapps.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
"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.",
"page-dapps-dapp-description-radicle": "Secure peer-to-peer code collaboration without intermediaries.",
"page-dapps-dapp-description-kyberswap": "Swap and earn at the best rates.",
"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.",
"page-dapps-dapp-description-lido": "Simplified and secure staking for digital assets.",
"page-dapps-dapp-description-loopring": "Peer-to-peer trading platform built for speed.",
"page-dapps-dapp-description-marble-cards": "Create and trade unique digital cards based on URLs.",
Expand Down
8 changes: 8 additions & 0 deletions src/pages/dapps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ import golem from "@/public/images/dapps/golem.png"
import graph from "@/public/images/dapps/graph.png"
import index from "@/public/images/dapps/index-coop.png"
import ipfs from "@/public/images/dapps/ipfs.png"
import kiwinews from "@/public/images/dapps/kiwinews.png"
import krystal from "@/public/images/dapps/krystal.png"
import kyberswap from "@/public/images/dapps/kyberswap.png"
import lido from "@/public/images/dapps/lido.png"
Expand Down Expand Up @@ -1103,6 +1104,13 @@ const DappsPage = () => {
image: cyberconnect,
alt: t("page-dapps-cyberconnect-logo-alt"),
},
{
title: "Kiwi News",
description: t("page-dapps-dapp-description-kiwinews"),
link: "https://news.kiwistand.com/",
image: kiwinews,
alt: t("page-dapps-kiwinews-logo-alt"),
},
]

const content = [
Expand Down

0 comments on commit c932874

Please sign in to comment.