From 0bd55e2562296c8704c4c40d17dde02b9e80b2ee Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 4 Dec 2024 18:17:56 +0000 Subject: [PATCH] fix breakpoints --- src/components/Layout/Header/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Layout/Header/index.tsx b/src/components/Layout/Header/index.tsx index af20f465a3..2fa3a86443 100644 --- a/src/components/Layout/Header/index.tsx +++ b/src/components/Layout/Header/index.tsx @@ -25,6 +25,7 @@ const BUTTON_SIZE = 34 // small button export function Outer({children}: {children: React.ReactNode}) { const t = useTheme() const gutter = useGutterStyles() + const {gtMobile} = useBreakpoints() return ( {children}