Skip to content

Commit ce388fd

Browse files
authored
Merge pull request #247 from GeekyAnts/fix/search-crawl-issue
fix: heading ids
2 parents b1ce992 + 15bc14a commit ce388fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/new-components/MainContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ const SubMainContent2 = React.memo(({ props }: any) => {
124124
{/* */}
125125
<VStack>
126126
{!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" }}>
127+
<Heading nativeID="page-title" mb="6" size="xl" _dark={{ color: "coolGray.50" }}>
128128
{frontMatter && frontMatter.title
129129
? frontMatter.title
130130
: pages.currentPage.title}

0 commit comments

Comments
 (0)