feat: move Markt Intelligence from Administration to Verwaltung (under Datenpflege)

This commit is contained in:
Benjamin Sutter
2026-05-19 20:28:36 +02:00
parent f0e58f5f7a
commit d22e72f945
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ const ACTIONS = [
{ label: 'Marktchancen', path: '/supply/future-availability' },
{ label: 'Datenqualität', path: '/supply/data-quality' },
{ label: 'Review Queue', path: '/ops/review-queue' },
{ label: 'Market Intelligence', path: '/ops/market-intelligence' },
{ label: 'Markt Intelligence', path: '/supply/market-intelligence' },
] as const
export function QuickActionPanel() {