File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments