From 8647197a05490e2c10106a021cf6760bdabb5b2a Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Fri, 11 Feb 2022 17:56:27 +0100 Subject: chore: improve accessibility --- src/components/FooterNav/FooterNav.tsx | 8 +++++++- src/components/MainNav/MainNav.tsx | 8 +++++++- src/components/PostsList/PostsList.tsx | 6 +++++- src/components/SearchForm/SearchForm.tsx | 6 ++++++ src/components/Sidebar/Sidebar.tsx | 10 ++++++++-- src/components/Widgets/ToC/ToC.tsx | 15 +++++++++++++-- 6 files changed, 46 insertions(+), 7 deletions(-) (limited to 'src/components') diff --git a/src/components/FooterNav/FooterNav.tsx b/src/components/FooterNav/FooterNav.tsx index 918fed7..f1fd0b7 100644 --- a/src/components/FooterNav/FooterNav.tsx +++ b/src/components/FooterNav/FooterNav.tsx @@ -29,7 +29,13 @@ const FooterNav = () => { return (
-
diff --git a/src/components/MainNav/MainNav.tsx b/src/components/MainNav/MainNav.tsx index e996e89..c7789ba 100644 --- a/src/components/MainNav/MainNav.tsx +++ b/src/components/MainNav/MainNav.tsx @@ -151,7 +151,13 @@ const MainNav = ({ })} -