Skip to content

Commit

Permalink
refactor: Remove commented out code in main.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ballyalley-o committed May 7, 2024
1 parent 6e09074 commit 1a71bef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/page/app/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ const Main: FC<MainProps> = ({ children, isDesktop }) => {
<Box
component='main'
sx={{
pt: `${HEADER.H_MOBILE + SPACING.SM}px`,
pb: `${HEADER.H_MOBILE + SPACING.SM}px`,
// pt: `${HEADER.H_MOBILE + SPACING.SM}px`,
// pb: `${HEADER.H_MOBILE + SPACING.SM}px`,
...(isDesktop && {
px: 2,
// px: 2,
pb: `${HEADER.H_DASHBOARD_DESKTOP + SPACING.SM}px`
})
}}>
Expand Down

0 comments on commit 1a71bef

Please sign in to comment.