diff --git a/src/components/seo.js b/src/components/seo.js index c4b8d2d..49f8369 100644 --- a/src/components/seo.js +++ b/src/components/seo.js @@ -68,7 +68,9 @@ function SEO({ description, lang, meta, title }) { content: metaDescription, }, ].concat(meta)} - > + > + + ); } diff --git a/src/pages/index.js b/src/pages/index.js index f323edb..ac80285 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -9,6 +9,7 @@ import { StaticImage } from "gatsby-plugin-image"; import {Steam, Twitch, Twitter, Youtube} from "@icons-pack/react-simple-icons"; const IndexPage = ({ data }) => +
diff --git a/src/pages/videos.js b/src/pages/videos.js index 994a1ba..ebbd276 100644 --- a/src/pages/videos.js +++ b/src/pages/videos.js @@ -20,7 +20,7 @@ const makeStyle = function (image) { const VideoPage = ({ data }) => { return - +

Videos