pull/101/head
Go Johansson (neku) 2023-12-10 15:24:52 +01:00
parent f195c753f5
commit babc03ba4a
6 changed files with 12 additions and 11 deletions

View File

@ -1,6 +1,6 @@
{
"name": "uguu",
"version": "1.8.2",
"version": "1.8.3",
"description": "Uguu is a simple lightweight temporary file host with support for drop, paste, click and API uploading.",
"homepage": "https://uguu.se",
"repository": {

View File

@ -1,6 +1,6 @@
{
"dest": "dist",
"pkgVersion": "1.8.2",
"pkgVersion": "1.8.3",
"pages": [
"index.ejs",
"faq.ejs",
@ -23,7 +23,7 @@
"donationBanner": false,
"paypalUrl": "",
"bitcoinAddress": "",
"flattrUrl": "",
"ethereumAddress": "",
"kofiUrl": "",
"malwareBanner": false,
"DB_MODE": "sqlite",

View File

@ -186,8 +186,8 @@ a.donate-btn:hover {
.icon-bitcoin {
background-image: url('img/bitcoin.png');
}
.icon-flattr {
background-image: url('img/flattr.png');
.icon-ethereum {
background-image: url('img/ethereum.png');
}
.icon-kofi {
background-image: url('img/kofi.png');

BIN
src/static/img/ethereum.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 902 B

View File

@ -12,6 +12,13 @@
</a>
<% } %>
<% if (ethereumAddress) { %>
<a class="donate-btn donate-ethereum" href="ethereum:<%= ethereumAddress %>" target="_BLANK">
<span class="icon icon-bitcoin"></span>
Ethereum
</a>
<% } %>
<% if (paypalUrl) { %>
<a class="donate-btn donate-paypal" href="<%= paypalUrl %>" target="_BLANK">
<span class="icon icon-paypal"></span>
@ -19,12 +26,6 @@
</a>
<% } %>
<% if (flattrUrl) { %>
<a class="donate-btn donate-flattr" href="<%= flattrUrl %>" target="_BLANK">
<span class="icon icon-flattr"></span>
Flattr
</a>
<% } %>
<% if (kofiUrl) { %>
<a class="donate-btn donate-kofi" href="<%= kofiUrl %>" target="_BLANK">
<span class="icon icon-kofi"></span>