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 b1ce992 + 15bc14a commit ce388fdCopy full SHA for ce388fd
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