From 374984a01c03b262bfb84a876f994d22ff38bfcf Mon Sep 17 00:00:00 2001 From: Matheusdoe-dev Date: Wed, 18 Nov 2020 14:12:49 -0300 Subject: [PATCH] :mag: chore: some standard meta tags moved to index.html --- web/src/components/Seo/Seo.js | 6 +----- web/src/index.html | 4 +++- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/web/src/components/Seo/Seo.js b/web/src/components/Seo/Seo.js index 8445fda..169a1cf 100644 --- a/web/src/components/Seo/Seo.js +++ b/web/src/components/Seo/Seo.js @@ -14,13 +14,9 @@ const Seo = ({ title, description, lang }) => { - - - Cadhub - {title} - - + ) } diff --git a/web/src/index.html b/web/src/index.html index f9b4d50..bc8eca9 100644 --- a/web/src/index.html +++ b/web/src/index.html @@ -3,7 +3,9 @@ - + + + <%= htmlWebpackPlugin.options.title %>