Skip to content

Commit 6b818ea

Browse files
committed
Merge branch 'develop' into main
2 parents bb6d3ae + 26051ea commit 6b818ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/containers/App/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import NotFoundPage from 'containers/NotFoundPage';
88
const App = () => (
99
<>
1010
<Helmet
11-
titleTemplate="%s - starbase-react"
11+
titleTemplate="%s | starbase-react"
1212
defaultTitle="starbase-react"
1313
htmlAttributes={{ lang: 'en-US' }}
1414
>

src/containers/HomePage/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const HomePage = () => (
1515
<Wrapper>
1616
<HeaderWrapper>
1717
<Text as="h1" variant="h1">
18-
starbase-react
18+
starbase (react)
1919
</Text>
2020

2121
<Text as="p">

0 commit comments

Comments
 (0)