id's toegevoegd
All checks were successful
Docker Image CI / build-and-push (push) Successful in 1m11s
Docker Image CI / deploy (push) Successful in 28s

This commit is contained in:
2025-03-15 13:25:46 +01:00
parent ec720b159c
commit d9829e1eef
2 changed files with 5 additions and 3 deletions

View File

@@ -6,13 +6,14 @@
<div class="navbar">
<img src="assets/logo-minimal.png" alt="App Logo" class="img-fluid">
<ul>
<li><a routerLink="/home/agenda" routerLinkActive="active">Agenda</a></li>
<li><a routerLink="/home/klanten" routerLinkActive="active">Klanten</a></li>
<li><a routerLink="/home/agenda" id="agenda" routerLinkActive="active">Agenda</a></li>
<li><a routerLink="/home/klanten" id="klanten" routerLinkActive="active">Klanten</a></li>
</ul>
<hr/>
<button
tuiChevron
type="button"
id="userMenu"
[tuiDropdown]="dropdownContent"
[tuiDropdownManual]="open"
[tuiObscuredEnabled]="open"
@@ -28,6 +29,7 @@
size="m"
tuiButton
type="button"
id="uitloggen"
(click)="logout()"
>
Uitloggen