From 64aea3e33c3de36dcafa4c4d73e542b933a7cf01 Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Fri, 12 Nov 2021 13:29:48 -0600 Subject: [PATCH 1/2] Fix SEO issues This updates some page titles/descriptions to be for React Accessible Dropdown Menu Hook. It looks like some of the code was copied from W3C CSS Validator without being fully updated. --- website/src/pages/demo.tsx | 2 +- website/src/pages/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/pages/demo.tsx b/website/src/pages/demo.tsx index 755cae7..061a850 100644 --- a/website/src/pages/demo.tsx +++ b/website/src/pages/demo.tsx @@ -15,7 +15,7 @@ const Demo: React.FC = () => { // Return JSX return ( - +

Demo

diff --git a/website/src/pages/index.tsx b/website/src/pages/index.tsx index bf8bf3f..9eadc8c 100644 --- a/website/src/pages/index.tsx +++ b/website/src/pages/index.tsx @@ -60,7 +60,7 @@ const Home: React.FC = () => { // Return JSX return ( - +

{siteConfig.title}

From fa512e39a656870338c9022a2d67044e8be50c0b Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Fri, 12 Nov 2021 13:42:15 -0600 Subject: [PATCH 2/2] Format the code --- website/src/pages/index.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/website/src/pages/index.tsx b/website/src/pages/index.tsx index 9eadc8c..38c2d53 100644 --- a/website/src/pages/index.tsx +++ b/website/src/pages/index.tsx @@ -60,7 +60,10 @@ const Home: React.FC = () => { // Return JSX return ( - +

{siteConfig.title}