Skip to content

Commit 2c28351

Browse files
authored
Merge pull request #248 from GeekyAnts/staging
Staging
2 parents f47b37f + ce388fd commit 2c28351

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)