Browse Source

Added self as github reference

pull/238/head
joshuakraitberg 5 years ago
parent
commit
bbe8f9ebe9
  1. 9
      src/www/index.html

9
src/www/index.html

@ -41,7 +41,7 @@
<p>{{latestRelease.changelog}}</p>
</div>
<a href="https://github.com/WeeJeWel/wg-easy#updating" target="_blank"
<a href="https://github.com/joshuakraitberg/wg-easy#updating" target="_blank"
class="p-3 rounded-md bg-white float-right font-sm font-semibold text-red-800 flex-shrink-0 border-2 border-red-800 hover:border-white hover:text-white hover:bg-red-800 transition-all">
Update →
</a>
@ -637,9 +637,10 @@
</div>
<p class="text-center m-10 text-gray-300 text-xs">Made by <a target="_blank" class="hover:underline"
href="https://emilenijssen.nl/?ref=wg-easy">Emile Nijssen</a> · <a class="hover:underline"
href="https://github.com/sponsors/WeeJeWel" target="_blank">Donate</a> · <a class="hover:underline"
href="https://github.com/weejewel/wg-easy" target="_blank">GitHub</a></p>
href="https://emilenijssen.nl/?ref=wg-easy">Emile Nijssen</a> · Forked by Joshua Kraitberg · <a class="hover:underline"
href="https://github.com/sponsors/WeeJeWel" target="_blank">Donate (Original)</a> · <a class="hover:underline"
href="https://github.com/sponsors/joshuakraitberg" target="_blank">Donate (Fork)</a> · <a class="hover:underline"
href="https://github.com/joshuakraitberg/wg-easy" target="_blank">GitHub</a></p>
</div>

Loading…
Cancel
Save