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 (