Skip to content

Commit 6028270

Browse files
committed
indentation
1 parent 16d699e commit 6028270

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/pages/index.tsx

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ export const Home = () => {
197197

198198
{/* Main */}
199199
<Container maxWidth='xl'>
200+
200201
{/* Product Guides */}
201202
<Stack
202203
alignItems='center'
@@ -237,8 +238,14 @@ export const Home = () => {
237238
onChange={(_, newTab) => setTab(newTab)}
238239
sx={{
239240
'& .MuiTabs-flexContainer': {
240-
flexWrap: { sm: 'wrap', xs: 'wrap' },
241-
justifyContent: { sm: 'center', xs: 'center' },
241+
flexWrap: {
242+
sm: 'wrap',
243+
xs: 'wrap',
244+
},
245+
justifyContent: {
246+
sm: 'center',
247+
xs: 'center',
248+
},
242249
},
243250
}}
244251
TabIndicatorProps={{ sx: { display: { sm: 'none', xs: 'none' } } }}

0 commit comments

Comments
 (0)