From 1dac608fb5721c3c387950aae4ee5fa946d2f7ad Mon Sep 17 00:00:00 2001 From: Luca Burgio Date: Sun, 19 Nov 2023 10:25:34 +0100 Subject: [PATCH] fix: prettier --- iconoir.com/components/SEO.tsx | 17 ++++------------- iconoir.com/pages/index.tsx | 6 +++++- iconoir.com/pages/support.tsx | 7 ++++++- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/iconoir.com/components/SEO.tsx b/iconoir.com/components/SEO.tsx index 824e813c..e57a600c 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 e54a5a43..d730ce9d 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 35660118..6c93721f 100644 --- a/iconoir.com/pages/support.tsx +++ b/iconoir.com/pages/support.tsx @@ -21,7 +21,12 @@ const Support: NextPage = ({ ...headerProps }) => { return ( <> - +