fix: a11y aria label
This commit is contained in:
parent
b90b0a3b36
commit
0adb08e209
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<button id="themeToggle" title="Toggle theme">
|
<button id="themeToggle" title="Toggle theme" aria-label="Toggle theme">
|
||||||
<svg
|
<svg
|
||||||
width="30px"
|
width="30px"
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue