Skip to content

Commit ed90206

Browse files
committed
Update page title and meta description
1 parent cd00cbb commit ed90206

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/App.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const Layout = ({ children }) => (
1717
`}
1818
render={data => (
1919
<>
20-
<Helmet title="useHooks - One new React Hook code recipe every day">
20+
<Helmet title="useHooks - Easy to understand React Hook recipes">
2121
<html lang="en" />
2222
<link
2323
rel="stylesheet"
@@ -26,7 +26,7 @@ const Layout = ({ children }) => (
2626

2727
<meta
2828
name="description"
29-
content="We bring you one new React hook code recipe per day so you can learn how React hooks work and feel more comfortable writing your own."
29+
content="We bring you easy to understand React Hook code recipes so you can learn how React hooks work and feel more comfortable writing your own."
3030
/>
3131

3232
<meta
@@ -42,7 +42,7 @@ const Layout = ({ children }) => (
4242
<meta property="og:title" content="useHooks" />
4343
<meta
4444
property="og:description"
45-
content="One new React Hook recipe every day"
45+
content="Easy to understand React Hook recipes"
4646
/>
4747
<meta name="twitter:card" content="summary_large_image" />
4848

0 commit comments

Comments
 (0)