diff --git a/components/SEO.js b/components/SEO.js index e128004..faf228a 100644 --- a/components/SEO.js +++ b/components/SEO.js @@ -34,18 +34,16 @@ export const SEO = { export const PageSeo = ({ title, description, url }) => { return ( - <> - - + ) }