Skip to content

Commit 154b1f9

Browse files
ChengaDevclaude
andcommitted
Fix home page SEO title to include brand name
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent fbf9fd2 commit 154b1f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ShotClockPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const ShotClockPage = () => {
1111
return (
1212
<PageContainer>
1313
<SEO
14-
title={locals.title}
14+
title={`ShotClock Pro – ${locals.title}`}
1515
description={locals.pageBlurb}
1616
/>
1717
<GlobalStyle />

0 commit comments

Comments
 (0)