improvements to previous commit

This commit is contained in:
Akis 2022-06-24 19:14:22 +03:00
parent 74182001c1
commit 4ea811ade8
Signed by untrusted user: akis
GPG Key ID: 267BF5C6677944ED
3 changed files with 10 additions and 5 deletions

View File

@ -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/"
}

View File

@ -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",

View File

@ -29,10 +29,10 @@
<img src={MoneroQR} alt="Monero Qr Code" />
</div>
<p>
<p class="reports-note">
<i>
{$t("common.DONATE_TRANSPARENCY_1")}
<a href="https://github.com/ProjectSegfault/transparency/"
<a href={global.TRANSPARENCY_REPO}
>{$t("common.DONATE_TRANSPARENCY_2")}</a
>
.
@ -46,7 +46,11 @@
}
.monero > img {
margin-left: 8px;
margin-left: 26px;
}
.reports-note {
margin-top: 32px;
}
@media only screen and (max-width: 930px) {