fix(a11y): give profile link a proper accessible name (#52109)

This commit is contained in:
Bruce Blaser
2023-10-25 23:46:01 -07:00
committed by GitHub
parent 167cbead7a
commit c295539ca8
3 changed files with 9 additions and 7 deletions

View File

@@ -23,7 +23,13 @@ exports[`<Profile/> renders correctly 1`] = `
<div
class="avatar-container default-border"
>
<span
class="sr-only"
>
buttons.profile
</span>
<svg
aria-hidden="true"
class="avatar default-avatar"
height="500px"
version="1.1"