Private
Public Access
1
0

chg: usr: add donation button #4

This commit is contained in:
2026-04-14 21:50:58 +02:00
parent 926b614136
commit a61d881a4e
3 changed files with 77 additions and 0 deletions

View File

@@ -72,6 +72,10 @@
<h1>No account needed.<br>Just play.</h1>
{% endif %}
<a href="{{ path('MineSeekerBundle_gamePlay') }}" class="hero-cta">Play Now</a>
<p class="hero-donate-text">Love this game?</p>
<a href="https://ko-fi.com/splendidbear" target="_blank" rel="noopener" class="hero-donate">
Buy me a coffee
</a>
</div>
</section>