Skip to content

Commit

Permalink
releasef change the mobile view breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammers21 committed Mar 15, 2024
1 parent 14d5868 commit e6bfa06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const Header = () => {
{ label: "PvP-Assistant", onClick: redirectToPvpAssistant },
];

const View = breakpoint === "S" ? MobileView : DesktopView;
const View = breakpoint === "L" ? MobileView : DesktopView;
return (
<StyledAppBar position="fixed">
<StyledToolbar disableGutters>
Expand Down

0 comments on commit e6bfa06

Please sign in to comment.