From 226d02ea59f8a6773a400fec341186f9f241226d Mon Sep 17 00:00:00 2001 From: Andre H Date: Wed, 6 Mar 2024 14:29:28 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore:=20change=20media=20query?= =?UTF-8?q?=20to=20lg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/pages/org-slug/projects/create/Template.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/frontend/src/pages/org-slug/projects/create/Template.tsx b/packages/frontend/src/pages/org-slug/projects/create/Template.tsx index 1f4236ff..682d1f48 100644 --- a/packages/frontend/src/pages/org-slug/projects/create/Template.tsx +++ b/packages/frontend/src/pages/org-slug/projects/create/Template.tsx @@ -20,7 +20,7 @@ import { useMediaQuery } from 'usehooks-ts'; const CreateWithTemplate = () => { const { orgSlug } = useParams(); - const isDesktopView = useMediaQuery('(min-width: 720px)'); // md: + const isDesktopView = useMediaQuery('(min-width: 960px)'); // lg: const stepsOrientation = isDesktopView ? 'vertical' : 'horizontal'; const stepperValues = [ @@ -51,8 +51,8 @@ const CreateWithTemplate = () => { ); return ( -
-
+
+
{template?.name} @@ -73,15 +73,15 @@ const CreateWithTemplate = () => {
-
-
+
+
-
+