From 6ada444b84056bdf422f384e0e62b744c1e6f5b6 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Fri, 3 Apr 2026 00:25:51 +0200 Subject: [PATCH] Fix indentation in App.tsx --- src/app/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index c7ba40fa..7be543b2 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -3857,7 +3857,7 @@ export function App({ store, initialStatusMessage }: AppProps) { className={`toolbar__button ${editorState.toolMode === "create" ? "toolbar__button--active" : ""}`} type="button" onClick={beginBoxCreation} - > + > Box Create