diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-09-17 19:38:07 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-09-17 19:38:07 +0300 |
commit | 1aa49d26e29997b8999f45a2f4cddfc8fe499776 (patch) | |
tree | e2a00ec83e7baf0f89139887375e6ccee041ae30 /src/pages/popup/switches.pug | |
parent | Removed Paste Text, Send, Meet, Speed Text, My Ip (diff) | |
download | libredirect-1aa49d26e29997b8999f45a2f4cddfc8fe499776.zip |
Added some accessible attributes https://github.com/libredirect/browser_extension/issues/810
Diffstat (limited to 'src/pages/popup/switches.pug')
-rw-r--r-- | src/pages/popup/switches.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/popup/switches.pug b/src/pages/popup/switches.pug index bd53ce7e..91fbe72e 100644 --- a/src/pages/popup/switches.pug +++ b/src/pages/popup/switches.pug @@ -7,4 +7,4 @@ each _, service in services else img(src=`/assets/images/${service}-icon.${services[service].imageType}`) h4=services[service].name - input(class=service + "-enabled" type="checkbox") \ No newline at end of file + input(class=service + "-enabled" type="checkbox" aria-label=`${services[service].name} toggle`) \ No newline at end of file |