From b4de7008f3d1262cf7d233fb66e6a07765ada49c Mon Sep 17 00:00:00 2001 From: Sha Mwe La <62544170+shamwela@users.noreply.github.com> Date: Tue, 15 Feb 2022 23:00:11 +0630 Subject: [PATCH] [Beta] Add ARIA labels (#4335) * Add ARIA labels * Remove unnecessary ARIA label * Add Facebook and Twitter ARIA labels --- beta/src/components/Layout/Footer.tsx | 2 ++ beta/src/components/Layout/Nav/Nav.tsx | 1 + beta/src/components/Search.tsx | 1 + 3 files changed, 4 insertions(+) diff --git a/beta/src/components/Layout/Footer.tsx b/beta/src/components/Layout/Footer.tsx index f4db85b4..5133dc79 100644 --- a/beta/src/components/Layout/Footer.tsx +++ b/beta/src/components/Layout/Footer.tsx @@ -126,11 +126,13 @@ export function Footer() {
diff --git a/beta/src/components/Layout/Nav/Nav.tsx b/beta/src/components/Layout/Nav/Nav.tsx index 0c6db813..a8b36753 100644 --- a/beta/src/components/Layout/Nav/Nav.tsx +++ b/beta/src/components/Layout/Nav/Nav.tsx @@ -173,6 +173,7 @@ export default function Nav() {