From cc40916bf55fdf7f33e68b0cf7725061329206c3 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Tue, 20 Aug 2019 14:47:19 -0700 Subject: [PATCH] Adding Monero sponsor link - Fixes #224 --- README.md | 1 + ui/src/components/sponsors.tsx | 6 ++++++ ui/src/translations/en.ts | 1 + 3 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 593cf346c..d54c2875c 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,7 @@ Lemmy is free, open-source software, meaning no advertising, monetizing, or vent - [Sponsor List](https://dev.lemmy.ml/sponsors). - bitcoin: `1Hefs7miXS5ff5Ck5xvmjKjXf5242KzRtK` - ethereum: `0x400c96c96acbC6E7B3B43B1dc1BB446540a88A01` +- monero: `41taVyY6e1xApqKyMVDRVxJ76sPkfZhALLTjRvVKpaAh2pBd4wv9RgYj1tSPrx8wc6iE1uWUfjtQdTmTy2FGMeChGVKPQuV` ## Translations diff --git a/ui/src/components/sponsors.tsx b/ui/src/components/sponsors.tsx index 3fd55c2fb..8f58812d6 100644 --- a/ui/src/components/sponsors.tsx +++ b/ui/src/components/sponsors.tsx @@ -77,6 +77,12 @@ export class Sponsors extends Component { # 0x400c96c96acbC6E7B3B43B1dc1BB446540a88A01 + + # + + 41taVyY6e1xApqKyMVDRVxJ76sPkfZhALLTjRvVKpaAh2pBd4wv9RgYj1tSPrx8wc6iE1uWUfjtQdTmTy2FGMeChGVKPQuV + + diff --git a/ui/src/translations/en.ts b/ui/src/translations/en.ts index d3fb78725..b5c066729 100644 --- a/ui/src/translations/en.ts +++ b/ui/src/translations/en.ts @@ -123,6 +123,7 @@ export const en = { crypto: 'Crypto', bitcoin: 'Bitcoin', ethereum: 'Ethereum', + monero: 'Monero', code: 'Code', joined: 'Joined', powered_by: 'Powered by',