unify and fix chart styles in dashboard and reporting view, fixes ST-356

This commit is contained in:
Gregor Vostrak
2024-09-12 15:12:50 +02:00
parent ac85e778a4
commit 9e1413c15f
4 changed files with 29 additions and 51 deletions

View File

@@ -177,7 +177,7 @@ const page = usePage<{
href="/billing"></NavigationSidebarItem>
<NavigationSidebarItem
v-if="canUpdateOrganization()"
title="Import / Export"
title="Import / Export"
:icon="ArrowsRightLeftIcon"
:current="route().current('import')"
:href="route('import')"></NavigationSidebarItem>