Skip to content

Commit

Permalink
Code refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
BobsProgrammingAcademy committed Mar 4, 2024
1 parent ef0cc95 commit 3c324e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/layout/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const Header = ({ onSidebarOpen }) => {
orientation='vertical'
sx={{
height: 32,
mx: 2,
marginX: 2,
display: { lg: 'flex', md: 'none', xs: 'none' },
}}
/>
Expand Down

0 comments on commit 3c324e8

Please sign in to comment.