We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
div
1 parent 8d0f7e1 commit e04c0beCopy full SHA for e04c0be
src/templates/tutorial.tsx
@@ -174,7 +174,7 @@ const TutorialPage = ({
174
const hideEditButton = !!mdx.frontmatter.hideEditButton
175
const absoluteEditPath = `${editContentUrl}${relativePath}`
176
return (
177
- <div>
+ <>
178
{showPostMergeBanner && (
179
<PostMergeBanner
180
translationString={postMergeBannerTranslationString!}
@@ -213,7 +213,7 @@ const TutorialPage = ({
213
/>
214
)}
215
</Page>
216
- </div>
+ </>
217
)
218
}
219
0 commit comments