From 31d8f23d5fa3912c71b42849a941081176ec0903 Mon Sep 17 00:00:00 2001 From: YaphetKG <45075777+YaphetKG@users.noreply.github.com> Date: Mon, 18 Sep 2023 11:37:45 -0400 Subject: [PATCH] Update layout.js --- src/components/layout/layout.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/layout/layout.js b/src/components/layout/layout.js index 94b5063f..3e6edbeb 100644 --- a/src/components/layout/layout.js +++ b/src/components/layout/layout.js @@ -96,7 +96,7 @@ export const Layout = ({ children }) => { { context?.brand === 'heal' ? : @@ -104,4 +104,4 @@ export const Layout = ({ children }) => { ) -} \ No newline at end of file +}