From 942633e233e1cf817658b657d112c83f63860c20 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Fri, 10 Nov 2023 16:26:32 +0300 Subject: [PATCH] apps/web: move buttons --- apps/web/components/Form.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/components/Form.tsx b/apps/web/components/Form.tsx index e932e8e..60b975f 100644 --- a/apps/web/components/Form.tsx +++ b/apps/web/components/Form.tsx @@ -40,9 +40,9 @@ export function Form({ data, metaData, title }: Props) {
- - + +
);