make dashboard elements smaller, add logo to login/register

This commit is contained in:
Gregor Vostrak
2024-03-14 22:57:35 +01:00
parent 5a733b17aa
commit 81e133528a
19 changed files with 66 additions and 42 deletions

View File

@@ -71,7 +71,7 @@ defineProps({
:icon="UserCircleIcon"
:href="route('dashboard')"></NavigationSidebarItem>
<NavigationSidebarItem
title="Team"
title="Members"
:icon="UserGroupIcon"
:href="route('dashboard')"></NavigationSidebarItem>
<NavigationSidebarItem