Skip to content

Commit 5bbe06c

Browse files
authored
Merge pull request #2945 from PrakashDurlabhji/issue_2835
issue 2835 fix
2 parents 74c383e + 332ea1c commit 5bbe06c

File tree

1 file changed

+1
-0
lines changed
  • src/shared/components/challenge-listing/ChallengeCard/NumRegistrants

1 file changed

+1
-0
lines changed

src/shared/components/challenge-listing/ChallengeCard/NumRegistrants/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ export default function NumRegistrants({
5151
)}
5252
styleName="link"
5353
to={link}
54+
aria-label={`Number of registrants ${numRegistrants}`}
5455
>
5556
<RegistrantsIcon />
5657
<span styleName="number">

0 commit comments

Comments
 (0)