diff --git a/iconoir.com/components/SEO.tsx b/iconoir.com/components/SEO.tsx
index 824e813c9..e57a600ce 100644
--- a/iconoir.com/components/SEO.tsx
+++ b/iconoir.com/components/SEO.tsx
@@ -6,7 +6,7 @@ export interface SEOProps {
title?: string;
description?: string;
}
-export function SEO({ title,description }: SEOProps) {
+export function SEO({ title, description }: SEOProps) {
const pageTitle = title ? `${title} | ${TITLE_SUFFIX}` : TITLE_SUFFIX;
const pageDescription = description;
@@ -14,10 +14,7 @@ export function SEO({ title,description }: SEOProps) {
{pageTitle}
-
+
@@ -29,10 +26,7 @@ export function SEO({ title,description }: SEOProps) {
property="og:image"
content="https://iconoir.com/iconoir-brand.png"
/>
-
+
@@ -51,10 +45,7 @@ export function SEO({ title,description }: SEOProps) {
name="twitter:image:alt"
content="The biggest open source icon library with tons of free icons."
/>
-
+
);
diff --git a/iconoir.com/pages/index.tsx b/iconoir.com/pages/index.tsx
index e54a5a430..d730ce9d7 100644
--- a/iconoir.com/pages/index.tsx
+++ b/iconoir.com/pages/index.tsx
@@ -34,7 +34,11 @@ const Home: NextPage = ({
return (
<>
-
+
diff --git a/iconoir.com/pages/support.tsx b/iconoir.com/pages/support.tsx
index 356601189..6c93721fd 100644
--- a/iconoir.com/pages/support.tsx
+++ b/iconoir.com/pages/support.tsx
@@ -21,7 +21,12 @@ const Support: NextPage = ({ ...headerProps }) => {
return (
<>
-
+