From 5dc5f996350a948ce6e0f72c8011bfe30cca2ee0 Mon Sep 17 00:00:00 2001 From: StephDietz Date: Tue, 11 Jul 2023 13:54:37 -0500 Subject: [PATCH] hide store title in md screens --- components/layout/navbar/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/layout/navbar/index.tsx b/components/layout/navbar/index.tsx index 44fe1cbc0..ba483a2cc 100644 --- a/components/layout/navbar/index.tsx +++ b/components/layout/navbar/index.tsx @@ -25,7 +25,9 @@ export default async function Navbar() { className="mr-2 flex w-full items-center justify-center md:w-auto lg:mr-6" > -
{SITE_NAME}
+
+ {SITE_NAME} +
{menu.length ? (