style: format HTML for consistency and readability
This commit is contained in:
parent
0079ee7bf2
commit
b51305ca64
6 changed files with 53 additions and 44 deletions
|
@ -72,7 +72,10 @@
|
|||
<a routerLink="/games" class="nav-mobile-link">Spiele</a>
|
||||
<div class="pt-2 space-y-2">
|
||||
@if (!isLoggedIn()) {
|
||||
<button (click)="showLogin.emit()" class="button-primary w-full py-1.5 block text-center">
|
||||
<button
|
||||
(click)="showLogin.emit()"
|
||||
class="button-primary w-full py-1.5 block text-center"
|
||||
>
|
||||
Anmelden
|
||||
</button>
|
||||
<button
|
||||
|
|
Reference in a new issue