Two month of work

This commit is contained in:
2026-02-17 10:35:03 +01:00
parent 0ffbeeedff
commit d9fd3d1ccb
158 changed files with 5637 additions and 1512 deletions
+3 -3
View File
@@ -21,7 +21,7 @@ const handleLogout = () => {
<DropdownMenuItem as-child>
<Link :href="edit()" prefetch class="flex items-center justify-between">
<div class="flex items-center gap-3">
<Settings stroke-width="1.5" />
<Settings />
<span class="mr-4">Einstellungen</span>
</div>
<KbdGroup>
@@ -35,7 +35,7 @@ const handleLogout = () => {
<DropdownMenuItem as-child>
<Link :href="proceduralDocumentation()" prefetch class="flex items-center justify-between">
<div class="flex items-center gap-3">
<Book stroke-width="1.5" />
<Book />
<span class="mr-4">Verfahrensdokumentation</span>
</div>
</Link>
@@ -46,7 +46,7 @@ const handleLogout = () => {
<DropdownMenuItem as-child>
<Link class="block w-full" :href="logout()" @click="handleLogout" as="button" data-test="logout-button">
<LogOut stroke-width="1.5" class="mr-2 h-4 w-4" />
<LogOut class="mr-2 h-4 w-4" />
Log out
</Link>
</DropdownMenuItem>