diff options
author | Parker <contact@pkrm.dev> | 2025-03-28 22:40:43 -0500 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2025-03-28 22:40:43 -0500 |
commit | 5e510d137fc16f77af89f1ed9954d3cef2a643ed (patch) | |
tree | bc3434697f94c9022a000081a2e91660e65842c5 | |
parent | 9de34a0b3a3fe06fb5ea2a047742eea3abf5070d (diff) |
Add `aria-label`
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ </a> </header> - <a id="down-arrow" href="#about"> + <a id="down-arrow" href="#about" aria-label="Scroll down to About section"> <svg svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 451.847 451.847" width="50px" height="50px" fill="#9F9FAA"> <path d="M225.923,354.706c-8.098,0-16.195-3.092-22.369-9.263L9.27,151.157c-12.359-12.359-12.359-32.397,0-44.751 c12.354-12.354,32.388-12.354,44.748,0l171.905,171.915l171.906-171.909c12.359-12.354,32.391-12.354,44.744,0 |