fix: adjust inconsistencies in the frontend
Some checks failed
CI / Get Changed Files (pull_request) Successful in 8s
CI / Backend Tests (pull_request) Has been skipped
CI / Checkstyle Main (pull_request) Has been skipped
Pull Request Labeler / labeler (pull_request_target) Successful in 8s
CI / Docker backend validation (pull_request) Has been skipped
Label PRs based on size / Check PR size (pull_request) Successful in 14s
CI / oxlint (pull_request) Failing after 26s
CI / prettier (pull_request) Failing after 35s
CI / eslint (pull_request) Failing after 39s
CI / Docker frontend validation (pull_request) Successful in 49s
CI / test-build (pull_request) Successful in 57s
Claude PR Review / claude-code (pull_request) Successful in 1m13s

This commit is contained in:
Phan Huy Tran 2025-06-04 10:29:30 +02:00
commit bd031e8658
3 changed files with 15 additions and 28 deletions

View file

@ -5,24 +5,19 @@
<h3 class="footer-heading">Casino Spiele</h3>
<ul class="space-y-3">
<li>
<a routerLink="/games" class="footer-link">Slots</a>
<a routerLink="/game/slots" class="footer-link">Slots</a>
</li>
<li>
<a routerLink="/games" class="footer-link">Blackjack</a>
<a routerLink="/game/blackjack" class="footer-link">Blackjack</a>
</li>
<li>
<a routerLink="/games" class="footer-link">Poker</a>
<a routerLink="/game/dice" class="footer-link">Dice</a>
</li>
<li>
<a routerLink="/games" class="footer-link">Liars Dice</a>
<a routerLink="/game/coinflip" class="footer-link">Coinflip</a>
</li>
</ul>
</div>
<div class="footer-section">
<h3 class="footer-heading">Andere Spiele</h3>
<ul class="space-y-3">
<li>
<a routerLink="/games" class="footer-link">Lootboxen</a>
<a routerLink="/game/lootboxes" class="footer-link">Lootboxen</a>
</li>
</ul>
</div>
@ -54,10 +49,6 @@
<fa-icon [icon]="faGooglePay" class="footer-payment-icon"></fa-icon>
<span class="footer-payment-text">Google Pay</span>
</div>
<div class="footer-payment-method">
<fa-icon [icon]="faApplePay" class="footer-payment-icon"></fa-icon>
<span class="footer-payment-text">Apple Pay</span>
</div>
</div>
</div>
</div>
@ -65,10 +56,6 @@
<div class="mt-12 pt-8 border-t border-deep-blue-light">
<div class="flex flex-col md:flex-row justify-between items-center">
<div class="footer-copyright">
<span class="footer-disclaimer">
<span class="text-emerald">*</span> nicht vorhanden.
</span>
<br />
© {{ currentYear }} Trustworthy Casino. Keine Rechte vorbehalten.
</div>
</div>