From 229af6678335873a7eaaa8ec4387f40516ea0f36 Mon Sep 17 00:00:00 2001 From: Sanjaiyan Parthipan Date: Tue, 6 Sep 2022 20:38:55 +0530 Subject: [PATCH 1/5] Adding --- beta/src/components/Seo.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/beta/src/components/Seo.tsx b/beta/src/components/Seo.tsx index e7f253fe3d7..833be0688cd 100644 --- a/beta/src/components/Seo.tsx +++ b/beta/src/components/Seo.tsx @@ -31,6 +31,16 @@ export const Seo = withRouter( {description != null && ( )} + {/* @todo favicon */} From baf3bb40e4a01c8da12b0ca516b67c88dca187a0 Mon Sep 17 00:00:00 2001 From: Sanjaiyan Parthipan Date: Tue, 6 Sep 2022 20:58:15 +0530 Subject: [PATCH 2/5] update theme-color color --- beta/src/components/Seo.tsx | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/beta/src/components/Seo.tsx b/beta/src/components/Seo.tsx index 833be0688cd..8335b8b90f1 100644 --- a/beta/src/components/Seo.tsx +++ b/beta/src/components/Seo.tsx @@ -31,16 +31,7 @@ export const Seo = withRouter( {description != null && ( )} - + {/* @todo favicon */} From 519a211be8185b6a009ae0fe89baa45d9bb7ea10 Mon Sep 17 00:00:00 2001 From: Sanjaiyan Parthipan Date: Fri, 9 Sep 2022 18:45:10 +0530 Subject: [PATCH 3/5] Improve --- beta/src/components/Seo.tsx | 2 +- beta/src/pages/_document.tsx | 71 +++++++++++++++++++----------------- 2 files changed, 38 insertions(+), 35 deletions(-) diff --git a/beta/src/components/Seo.tsx b/beta/src/components/Seo.tsx index 8335b8b90f1..106896e09d9 100644 --- a/beta/src/components/Seo.tsx +++ b/beta/src/components/Seo.tsx @@ -31,7 +31,7 @@ export const Seo = withRouter( {description != null && ( )} - + {/* @todo favicon */} diff --git a/beta/src/pages/_document.tsx b/beta/src/pages/_document.tsx index 0c46ff5f208..376915c607d 100644 --- a/beta/src/pages/_document.tsx +++ b/beta/src/pages/_document.tsx @@ -14,43 +14,46 @@ const MyDocument = () => {