Compare commits
6 Commits
1836bdda57
...
429d397ddd
Author | SHA1 | Date | |
---|---|---|---|
429d397ddd | |||
1fc38de35e | |||
44c7d8be57 | |||
aa39a42df6 | |||
3cd1f63dba | |||
0868ef0776 |
@ -1,5 +1,3 @@
|
||||
version: '3'
|
||||
|
||||
volumes:
|
||||
keycloak_data:
|
||||
postgres_data_keycloak_db:
|
||||
|
@ -6,16 +6,16 @@
|
||||
<span>Trustworthy Casino</span>
|
||||
</a>
|
||||
<div class="hidden md:flex items-center space-x-1">
|
||||
<a routerLink="/games" class="nav-link">Games</a>
|
||||
<a routerLink="/games" class="nav-link">Spiele</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="hidden md:flex items-center space-x-4">
|
||||
@if (!isLoggedIn) {
|
||||
<button (click)="login()" class="button-base px-4 py-1.5">Login</button>
|
||||
<button (click)="login()" class="button-base px-4 py-1.5">Anmelden</button>
|
||||
}
|
||||
@if (isLoggedIn) {
|
||||
<button (click)="logout()" class="button-base px-4 py-1.5">Logout</button>
|
||||
<button (click)="logout()" class="button-base px-4 py-1.5">Abmelden</button>
|
||||
}
|
||||
</div>
|
||||
|
||||
@ -55,13 +55,13 @@
|
||||
|
||||
<div [class]="isMenuOpen ? 'block' : 'hidden'" class="md:hidden">
|
||||
<div class="nav-mobile-menu">
|
||||
<a routerLink="/games" class="nav-mobile-link">Games</a>
|
||||
<a routerLink="/games" class="nav-mobile-link">Spiele</a>
|
||||
<div class="pt-2 space-y-2">
|
||||
@if (!isLoggedIn) {
|
||||
<button (click)="login()" class="button-base w-full py-1.5">Login</button>
|
||||
<button (click)="login()" class="button-base w-full py-1.5">Anmelden</button>
|
||||
}
|
||||
@if (isLoggedIn) {
|
||||
<button (click)="logout()" class="button-base w-full py-1.5">Logout</button>
|
||||
<button (click)="logout()" class="button-base w-full py-1.5">Abmelden</button>
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user