From 7ff7f46ac81e0bf9657f5250a1d0c30918cbdec9 Mon Sep 17 00:00:00 2001 From: Misode Date: Thu, 23 Nov 2023 02:13:39 +0100 Subject: [PATCH] Add template placer tool --- src/app/pages/Home.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/pages/Home.tsx b/src/app/pages/Home.tsx index f27018a6..d738f722 100644 --- a/src/app/pages/Home.tsx +++ b/src/app/pages/Home.tsx @@ -29,14 +29,13 @@ export function Home({}: Props) { {smallScreen && } {smallScreen && } - {smallScreen && } {smallScreen && } + {!smallScreen &&
-
} @@ -103,6 +102,9 @@ function Tools() { + }