From cd68cd94288294dc01b502479fb2bcce9c36fe25 Mon Sep 17 00:00:00 2001 From: Davide Carpini Date: Thu, 14 Mar 2024 23:30:33 +0100 Subject: [PATCH] feat: move label --- components/app/project/index.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/components/app/project/index.tsx b/components/app/project/index.tsx index 58ab37f..17ad4c4 100644 --- a/components/app/project/index.tsx +++ b/components/app/project/index.tsx @@ -94,18 +94,8 @@ export function Editor(props: EditorProps) { value={title} onChange={(e) => setTitle(e.target.value)} /> - {/** icon plus label to say if the object is saved */} -
+
{isSaving ? (
@@ -118,6 +108,16 @@ export function Editor(props: EditorProps) {
)}
+
{isProjectSettingsOpened && (