This commit is contained in:
Daniel Brendel
2024-04-03 14:35:50 +02:00
parent d85bb1073b
commit cb5fc6c826
3 changed files with 25 additions and 2 deletions

View File

@ -152,4 +152,22 @@ let widget = new SteamApp('#app-widget', {
<div class="is-sidepadding button-get-started fade fade-out">
<a href="{{ url('/documentation') }}">Get Started!</a>
</div>
</div>
</div>
@if (env('APP_ENABLEDONATION'))
<div><hr/></div>
<div class="content-section is-centered">
<div class="is-sidepadding fade fade-out">
<h3>Your support is greatly appreciated</h3>
<p>
Your support helps to continue working on the project and providing the required infrastructure.
</p>
<p class="sponsoring">
<a href='https://ko-fi.com/C0C7V2ESD' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi2.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
</p>
</div>
</div>
@endif