Skip to content

Commit 34092a7

Browse files
committed
fix(Layout): remove class for now
1 parent 5a1579f commit 34092a7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/theme/Layout/index.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,7 @@ export default function Layout(props: Props): ReactNode {
4444

4545
<div
4646
id={SkipToContentFallbackId}
47-
className={clsx(
48-
// ThemeClassNames.layout.main.container,
49-
ThemeClassNames.wrapper.main,
50-
styles.mainWrapper,
51-
wrapperClassName
52-
)}
47+
className={clsx(ThemeClassNames.wrapper.main, styles.mainWrapper, wrapperClassName)}
5348
>
5449
<ErrorBoundary fallback={(params) => <ErrorPageContent {...params} />}>{children}</ErrorBoundary>
5550
</div>

0 commit comments

Comments
 (0)