From af1196fe14cd9c01afabc7f44ec752a3e48dc6ee Mon Sep 17 00:00:00 2001 From: Michael Markl Date: Mon, 19 Dec 2022 00:58:53 +0100 Subject: [PATCH 1/6] Adjust Navigation slightly --- administration/src/components/Navigation.tsx | 33 +++++++++++--------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/administration/src/components/Navigation.tsx b/administration/src/components/Navigation.tsx index 1e2982cc3..10ec6ffea 100644 --- a/administration/src/components/Navigation.tsx +++ b/administration/src/components/Navigation.tsx @@ -18,17 +18,17 @@ const Navigation = (props: Props) => { return ( - {config.name} Verwaltung + + +
{config.name} Verwaltung
+ {region === null ? null : ( + + {region.prefix} {region.name} + + )} +
+
- {region == null ? null : ( - <> - {region?.name ?? ''} - - - )} - -