Skip to content

Commit

Permalink
Add Request Finance to payments category in dapps [Fixes #13112]
Browse files Browse the repository at this point in the history
  • Loading branch information
vedant-asati committed Jul 17, 2024
1 parent 343efc9 commit f9cf261
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
Binary file added public/images/dapps/requestFinance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/intl/en/page-dapps.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
"page-dapps-dapp-description-rotki": "Open source portfolio tracking, analytics, accounting and tax reporting tool that respects your privacy.",
"page-dapps-dapp-description-krystal": "A one-stop platform to access all your favourite DeFi services.",
"page-dapps-dapp-description-rarible": "Create, sell and buy tokenised collectibles.",
"page-dapps-dapp-description-request-finance": "A suite of financial tools for crypto invoices, payroll, and expenses.",
"page-dapps-dapp-description-rubic": "Cross-Chain tech aggregator for users and dApps.",
"page-dapps-dapp-description-sablier": "Stream money in real-time.",
"page-dapps-dapp-description-spatial": "Create your own custom avatar and 3D worlds",
Expand Down Expand Up @@ -245,6 +246,7 @@
"page-dapps-ready-button": "Go",
"page-dapps-ready-description": "Choose a dapp to try out",
"page-dapps-ready-title": "Ready?",
"page-dapps-request-finance-logo-alt": "Request Finance logo",
"page-dapps-rubic-logo-alt": "Rubic logo",
"page-dapps-sablier-logo-alt": "Sablier logo",
"page-dapps-set-up-a-wallet-button": "Find wallet",
Expand Down
8 changes: 8 additions & 0 deletions src/pages/dapps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ import pooltogether from "@/public/images/dapps/pooltogether.png"
import pwn from "@/public/images/dapps/pwn.png"
import radicle from "@/public/images/dapps/radicle.png"
import rarible from "@/public/images/dapps/rarible.png"
import requestFinance from "@/public/images/dapps/requestFinance.png"
import rotki from "@/public/images/dapps/rotki.png"
import rubic from "@/public/images/dapps/rubic.png"
import sablier from "@/public/images/dapps/sablier.png"
Expand Down Expand Up @@ -828,6 +829,13 @@ const DappsPage = () => {
image: sablier,
alt: t("page-dapps-sablier-logo-alt"),
},
{
title: "Request Finance",
description: t("page-dapps-dapp-description-request-finance"),
link: "https://request.finance",
image: requestFinance,
alt: t("page-dapps-request-finance-logo-alt"),
},
]

const investments = [
Expand Down

0 comments on commit f9cf261

Please sign in to comment.