Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Kiwi app to the dapp repository [Issue #14463] #14502

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "Find interesting Ethereum news, articles, and products curated for builders by builders. Discuss them with fellow devs, founders, and investors.",
"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
Loading