diff --git a/frontend/components/MainNav.vue b/frontend/components/MainNav.vue index f68d10a..7ddb9ff 100644 --- a/frontend/components/MainNav.vue +++ b/frontend/components/MainNav.vue @@ -156,11 +156,6 @@ const links = computed(() => { to: "/accounting/bwa", icon: "i-heroicons-chart-bar-square", } : null, - (featureEnabled("accounts") || featureEnabled("ownaccounts")) ? { - label: "Manuelle Buchungen", - to: "/accounting/manual-bookings", - icon: "i-heroicons-arrows-right-left", - } : null, featureEnabled("banking") ? { label: "Liquidität", to: "/accounting/liquidity", @@ -188,6 +183,11 @@ const links = computed(() => { to: "/banking", icon: "i-heroicons-document-text", } : null, + (featureEnabled("accounts") || featureEnabled("ownaccounts")) ? { + label: "Manuelle Buchungen", + to: "/accounting/manual-bookings", + icon: "i-heroicons-arrows-right-left", + } : null, ] const inventoryChildren = [