Skip to content

Commit 6792571

Browse files
[getsentry/action-github-commit] Auto commit
1 parent 27118bb commit 6792571

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/[[...path]]/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ export const dynamic = 'force-static';
4747
const mdxComponentsWithWrapper = mdxComponents(
4848
{Include, PlatformContent},
4949
({children, frontMatter, nextPage, previousPage}) => (
50-
<DocPage
51-
frontMatter={frontMatter}
52-
nextPage={nextPage}
50+
<DocPage
51+
frontMatter={frontMatter}
52+
nextPage={nextPage}
5353
previousPage={previousPage}
5454
fullWidth={frontMatter.fullWidth}
5555
>

0 commit comments

Comments
 (0)