Browse Source

link donate to readme

pull/1720/head
Bernd Storath 5 months ago
parent
commit
6c79fca684
  1. 2
      README.md
  2. 2
      src/app/components/Ui/Footer.vue

2
README.md

@ -102,7 +102,7 @@ Now setup a reverse proxy to be able to access the Web UI from the internet.
If you want to access the Web UI over HTTP, change the env var `INSECURE` to `true`. This is not recommended. Only use this for testing If you want to access the Web UI over HTTP, change the env var `INSECURE` to `true`. This is not recommended. Only use this for testing
### 3. Sponsor ### Donate
Are you enjoying this project? Consider donating. Are you enjoying this project? Consider donating.

2
src/app/components/Ui/Footer.vue

@ -24,7 +24,7 @@
· ·
<a <a
class="hover:underline" class="hover:underline"
href="https://github.com/sponsors/WeeJeWel" href="https://github.com/wg-easy/wg-easy#donate"
target="_blank" target="_blank"
>{{ $t('layout.donate') }}</a >{{ $t('layout.donate') }}</a
> >

Loading…
Cancel
Save