Skip to content

Commit c8ffd20

Browse files
committed
fix(SearchPage): update title formatting method for consistency
1 parent 44fee61 commit c8ffd20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/theme/SearchPage/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ function SearchPageContent() {
285285
return (
286286
<Layout>
287287
<Head>
288-
<title>{titleFormatter(getTitle())}</title>
288+
<title>{titleFormatter.format(getTitle())}</title>
289289
{/*
290290
We should not index search pages
291291
See https://github.com/facebook/docusaurus/pull/3233

0 commit comments

Comments
 (0)