From 3168f87c123565b265d04230484e1bb3e392b140 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Thu, 16 Mar 2023 18:25:13 +0000 Subject: [PATCH] SEO --- beta/src/components/Seo.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/beta/src/components/Seo.tsx b/beta/src/components/Seo.tsx index ed68b0697..fdc11ab0b 100644 --- a/beta/src/components/Seo.tsx +++ b/beta/src/components/Seo.tsx @@ -43,10 +43,14 @@ export const Seo = withRouter( {title != null && ( - + )} {description != null && ( {/* TWITTER */} @@ -84,7 +88,7 @@ export const Seo = withRouter(