Skip to content

Commit f9cf261

Browse files
committed
Add Request Finance to payments category in dapps [Fixes #13112]
1 parent 343efc9 commit f9cf261

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed
3.77 KB
Loading

src/intl/en/page-dapps.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
"page-dapps-dapp-description-rotki": "Open source portfolio tracking, analytics, accounting and tax reporting tool that respects your privacy.",
116116
"page-dapps-dapp-description-krystal": "A one-stop platform to access all your favourite DeFi services.",
117117
"page-dapps-dapp-description-rarible": "Create, sell and buy tokenised collectibles.",
118+
"page-dapps-dapp-description-request-finance": "A suite of financial tools for crypto invoices, payroll, and expenses.",
118119
"page-dapps-dapp-description-rubic": "Cross-Chain tech aggregator for users and dApps.",
119120
"page-dapps-dapp-description-sablier": "Stream money in real-time.",
120121
"page-dapps-dapp-description-spatial": "Create your own custom avatar and 3D worlds",
@@ -245,6 +246,7 @@
245246
"page-dapps-ready-button": "Go",
246247
"page-dapps-ready-description": "Choose a dapp to try out",
247248
"page-dapps-ready-title": "Ready?",
249+
"page-dapps-request-finance-logo-alt": "Request Finance logo",
248250
"page-dapps-rubic-logo-alt": "Rubic logo",
249251
"page-dapps-sablier-logo-alt": "Sablier logo",
250252
"page-dapps-set-up-a-wallet-button": "Find wallet",

src/pages/dapps.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ import pooltogether from "@/public/images/dapps/pooltogether.png"
104104
import pwn from "@/public/images/dapps/pwn.png"
105105
import radicle from "@/public/images/dapps/radicle.png"
106106
import rarible from "@/public/images/dapps/rarible.png"
107+
import requestFinance from "@/public/images/dapps/requestFinance.png"
107108
import rotki from "@/public/images/dapps/rotki.png"
108109
import rubic from "@/public/images/dapps/rubic.png"
109110
import sablier from "@/public/images/dapps/sablier.png"
@@ -828,6 +829,13 @@ const DappsPage = () => {
828829
image: sablier,
829830
alt: t("page-dapps-sablier-logo-alt"),
830831
},
832+
{
833+
title: "Request Finance",
834+
description: t("page-dapps-dapp-description-request-finance"),
835+
link: "https://request.finance",
836+
image: requestFinance,
837+
alt: t("page-dapps-request-finance-logo-alt"),
838+
},
831839
]
832840

833841
const investments = [

0 commit comments

Comments
 (0)