From 4064a8c5b0f1c32507a9ac388ccd2287ce1df3cd Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Fri, 11 May 2018 01:17:25 +0200 Subject: [PATCH] fix share images --- src/components/atoms/SEO.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/atoms/SEO.jsx b/src/components/atoms/SEO.jsx index 8ed8546..ef40295 100644 --- a/src/components/atoms/SEO.jsx +++ b/src/components/atoms/SEO.jsx @@ -18,21 +18,21 @@ const SEO = ({ project, meta }) => { {/* General tags */} - + {/* OpenGraph tags */} - + {/* Twitter Card tags */} - + ) }