From e9c0a6f1e752975598b4e8567b03b6b8e93c7927 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Mon, 29 Jul 2024 19:06:13 +0200 Subject: [PATCH] center small item heading --- src/Components/Map/Subcomponents/ItemFormPopup.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Map/Subcomponents/ItemFormPopup.tsx b/src/Components/Map/Subcomponents/ItemFormPopup.tsx index 99d9b90a..1e86440a 100644 --- a/src/Components/Map/Subcomponents/ItemFormPopup.tsx +++ b/src/Components/Map/Subcomponents/ItemFormPopup.tsx @@ -129,7 +129,7 @@ export function ItemFormPopup(props: ItemFormPopupProps) {
handleSubmit(e)}> {props.item ?
: -
{ props.layer.menuText}
+
{ props.layer.menuText}
} {props.children ?