We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb6d3ae + 26051ea commit 6b818eaCopy full SHA for 6b818ea
src/containers/App/index.tsx
@@ -8,7 +8,7 @@ import NotFoundPage from 'containers/NotFoundPage';
8
const App = () => (
9
<>
10
<Helmet
11
- titleTemplate="%s - starbase-react"
+ titleTemplate="%s | starbase-react"
12
defaultTitle="starbase-react"
13
htmlAttributes={{ lang: 'en-US' }}
14
>
src/containers/HomePage/index.tsx
@@ -15,7 +15,7 @@ const HomePage = () => (
15
<Wrapper>
16
<HeaderWrapper>
17
<Text as="h1" variant="h1">
18
- starbase-react
+ starbase (react)
19
</Text>
20
21
<Text as="p">
0 commit comments