Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aine-etke committed Oct 21, 2024
1 parent be002b0 commit 38d8a11
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/components/AdminLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ const AdminMenu = (props) => {

export const AdminLayout = ({ children }) => (
<Layout appBar={AdminAppBar} menu={AdminMenu} sx={{
['& .RaLayout-appFrame']: {
minHeight: '90vh',
height: '90vh',
},
['& .RaLayout-content']: {
marginBottom: '3rem',
},
['& .RaLayout-appFrame']: {
minHeight: '90vh',
height: '90vh',
},
['& .RaLayout-content']: {
marginBottom: '3rem',
},
}}>
{children}
</Layout>
Expand Down

0 comments on commit 38d8a11

Please sign in to comment.