Skip to content

Commit f11c86c

Browse files
Code refactoring
1 parent ccfa19f commit f11c86c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/layout/Header.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const Header = ({ onSidebarOpen }: Props): JSX.Element => {
8686
orientation='vertical'
8787
sx={{
8888
height: 32,
89-
mx: 2,
89+
marginX: 2,
9090
display: { lg: 'flex', md: 'none', xs: 'none' },
9191
}}
9292
/>

0 commit comments

Comments
 (0)