Skip to content
Snippets Groups Projects
Unverified Commit 3e48bbba authored by Paul Kaplan's avatar Paul Kaplan Committed by GitHub
Browse files

Merge pull request #844 from quachtina96/aria-language-selector

Add aria label to language selector.
parents 705007e2 9208f7d2
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ const LanguageSelector = ({
src={languageIcon}
/>
<select
aria-label="language selector"
className={styles.languageSelect}
value={currentLocale}
onChange={onChange}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment