### Summary The accessibility problem on social links ### Page https://react.dev/community/team ### Details Social links use `aria-label={${name} on Twitter}`, but Github ("Github Profile") and Personal ("Personal Site") omit the name. On a page with dozens of members these are indistinguishable to screen reader users. Normalize them to include name. Also adding `aria-hidden="true"`, hiding decorative icons keeps the accessible name clean.