Skip to content

Commit

Permalink
chore: fix css styles
Browse files Browse the repository at this point in the history
  • Loading branch information
AKharytonchyk committed Apr 18, 2024
1 parent 5830313 commit 521196a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/AuthHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const AuthHeader: React.FC<AuthHeaderProps> = ({
const navigate = useNavigate();

return (
<>
<Box sx={{display: "flex", flexDirection: "row", justifyContent: "space-between", width: "100vw"}}>
<BottomNavigation
showLabels
value={location.pathname}
Expand Down Expand Up @@ -60,6 +60,6 @@ export const AuthHeader: React.FC<AuthHeaderProps> = ({
Log Out
</Button>
</Box>
</>
</Box>
);
};

0 comments on commit 521196a

Please sign in to comment.