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.
2 parents f47b37f + ce388fd commit 2c28351Copy full SHA for 2c28351
src/new-components/MainContent.tsx
@@ -124,7 +124,7 @@ const SubMainContent2 = React.memo(({ props }: any) => {
124
{/* */}
125
<VStack>
126
{!isLatestVersionSlug(activeVersion) && <Badge rounded="4" flexDir="row" alignSelf='flex-start'>version: {activeVersion}</Badge>}
127
- <Heading nativeID="DocSearch-h1" mb="6" size="xl" _dark={{ color: "coolGray.50" }}>
+ <Heading nativeID="page-title" mb="6" size="xl" _dark={{ color: "coolGray.50" }}>
128
{frontMatter && frontMatter.title
129
? frontMatter.title
130
: pages.currentPage.title}
0 commit comments