From e6bfa063248f736cb023476e0745dc12eb7dc227 Mon Sep 17 00:00:00 2001 From: Sammers21 Date: Sat, 16 Mar 2024 00:40:13 +0300 Subject: [PATCH] releasef change the mobile view breakpoint --- frontend/src/components/Header/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Header/index.tsx b/frontend/src/components/Header/index.tsx index ce68b404..fe9545e9 100644 --- a/frontend/src/components/Header/index.tsx +++ b/frontend/src/components/Header/index.tsx @@ -119,7 +119,7 @@ const Header = () => { { label: "PvP-Assistant", onClick: redirectToPvpAssistant }, ]; - const View = breakpoint === "S" ? MobileView : DesktopView; + const View = breakpoint === "L" ? MobileView : DesktopView; return (