diff options
Diffstat (limited to 'src/core/components/Seo.jsx')
| -rw-r--r-- | src/core/components/Seo.jsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/components/Seo.jsx b/src/core/components/Seo.jsx index bcfaa6ef..e688077e 100644 --- a/src/core/components/Seo.jsx +++ b/src/core/components/Seo.jsx @@ -1,11 +1,11 @@ -import Head from "next/head" +import Head from 'next/head' const Seo = ({ title }) => { return ( <Head> - <title>{ title }</title> + <title>{title}</title> </Head> ) } -export default Seo
\ No newline at end of file +export default Seo |
