Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9a5b1de

Browse files
committed
Fix title
1 parent 193c930 commit 9a5b1de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

site/src/pages/StarterTemplatePage/StarterTemplatePage.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ const StarterTemplatePage: FC = () => {
2020
return (
2121
<>
2222
<Helmet>
23-
<title>{pageTitle(exampleId)}</title>
23+
<title>
24+
{pageTitle(state.context.starterTemplate?.name ?? exampleId)}
25+
</title>
2426
</Helmet>
2527

2628
<StarterTemplatePageView context={state.context} />

0 commit comments

Comments
 (0)