Two month of work
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user