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 */}
-
+
)
}