From 4ea811ade8d1ba6fc2d71d834a6d142609d67086 Mon Sep 17 00:00:00 2001 From: Akis Date: Fri, 24 Jun 2022 19:14:22 +0300 Subject: [PATCH] improvements to previous commit --- src/i18n/_global.json | 3 ++- src/i18n/common.json | 2 +- src/routes/donate.svelte | 10 +++++++--- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/i18n/_global.json b/src/i18n/_global.json index 6ac3e01..6fc18c1 100644 --- a/src/i18n/_global.json +++ b/src/i18n/_global.json @@ -22,5 +22,6 @@ "DEVNOL_DISCORD_URL": "https://discordapp.com/users/429353559566319626/", "MONERO": "Monero", "MINECRAFT_JAVA_IP": "mc.projectsegfau.lt:25565", - "MINECRAFT_BEDROCK_IP": "mc.projectsegfau.lt:19132" + "MINECRAFT_BEDROCK_IP": "mc.projectsegfau.lt:19132", + "TRANSPARENCY_REPO": "https://github.com/ProjectSegfault/transparency/" } diff --git a/src/i18n/common.json b/src/i18n/common.json index baf2601..f7eca7a 100644 --- a/src/i18n/common.json +++ b/src/i18n/common.json @@ -14,7 +14,7 @@ "DONATE_DESCRIPTION": "The ways you can donate to us and more", "DONATE_PLEASE_DO": "please do", "DONATE_EXPLANATION": "If you donate, we will be more motivated to work on the server and host more stuff and maybe even get more hardware. I really recommend you donate any spare money you have if you enjoy or use our services on a daily basis. Thanks!", - "DONATE_TRANSPARENCY_1": "You can find all of our financial reports categorized by year and month at ", + "DONATE_TRANSPARENCY_1": "You can find all of our financial reports on", "DONATE_TRANSPARENCY_2": "our transparency repository on GitHub", "DONATE_OK_SURE": "sure I'll donate. Links?", "CONTACT_TITLE": "Contact Us", diff --git a/src/routes/donate.svelte b/src/routes/donate.svelte index 8818ba9..d323ba3 100644 --- a/src/routes/donate.svelte +++ b/src/routes/donate.svelte @@ -29,10 +29,10 @@ Monero Qr Code -

+

{$t("common.DONATE_TRANSPARENCY_1")} - {$t("common.DONATE_TRANSPARENCY_2")} . @@ -46,7 +46,11 @@ } .monero > img { - margin-left: 8px; + margin-left: 26px; + } + + .reports-note { + margin-top: 32px; } @media only screen and (max-width: 930px) {