Dodano przycisk PayPal

This commit is contained in:
2021-06-20 15:30:34 +02:00
parent b0f6e7dc8a
commit 9e8e592d16
3 changed files with 38 additions and 58 deletions
+4 -7
View File
@@ -20,6 +20,7 @@ git <template>
</span>
<span class="brand_lang">
<span
class="lang pl"
@click="changeLang('en')"
@@ -100,13 +101,8 @@ git <template>
>
Spythere
</a>
2021 | v{{ VERSION }} | [
<a
target="_blank"
href="https://paypal.me/spythere"
>{{ $t("app.support") }}!
</a>
]
2021 | v{{ VERSION }}
</footer>
</div>
</div>
@@ -378,5 +374,6 @@ footer.app_footer {
color: white;
text-align: center;
vertical-align: middle;
}
</style>