Compare commits
2 commits
4644e5cecc
...
e02f7357f0
Author | SHA1 | Date | |
---|---|---|---|
e02f7357f0 |
|||
|
db93ec790e |
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
<nav class="bg-deep-blue-light border-b border-emerald-500/30 shadow-lg">
|
<nav class="bg-deep-blue-light border-b border-emerald-500/30 shadow-lg">
|
||||||
<div class="max-w-full mx-auto px-6">
|
<div class="max-w-full mx-auto px-6">
|
||||||
<div class="flex justify-between items-center h-16">
|
<div class="flex justify-between items-center h-16">
|
||||||
<div class="flex items-center space-x-6">
|
<div class="flex items-center space-x-2">
|
||||||
<a routerLink="/" class="flex items-center space-x-3 group">
|
<a routerLink="/" class="flex items-center space-x-3 group">
|
||||||
<div class="flex flex-col">
|
<div class="flex flex-col">
|
||||||
<span class="text-xl font-bold text-white"> Trustworthy Casino </span>
|
<span class="text-xl font-bold text-white"> Trustworthy Casino </span>
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="hidden md:flex items-center space-x-2">
|
<div class="hidden md:flex items-center space-x-1">
|
||||||
@if (!isLoggedIn()) {
|
@if (!isLoggedIn()) {
|
||||||
<button
|
<button
|
||||||
(click)="showLogin.emit()"
|
(click)="showLogin.emit()"
|
||||||
|
@ -54,7 +54,7 @@
|
||||||
|
|
||||||
@if (isLoggedIn()) {
|
@if (isLoggedIn()) {
|
||||||
<div
|
<div
|
||||||
class="flex items-center px-4 py-2 bg-slate-700 border border-emerald-500/30 rounded-lg font-medium"
|
class="flex items-center px-4 py-2 mr-2 bg-slate-700 border border-emerald-500/30 rounded-lg font-medium"
|
||||||
>
|
>
|
||||||
<span class="text-emerald-400 text-sm mr-2">Guthaben:</span>
|
<span class="text-emerald-400 text-sm mr-2">Guthaben:</span>
|
||||||
<span
|
<span
|
||||||
|
|
Reference in a new issue