Skip to content

Commit af001cf

Browse files
Update index.jsx
1 parent 6120015 commit af001cf

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default function NumSubmissions({
5454
aria-label={`Number of registrants ${numSubmissions}`}
5555
>
5656
<SubmissionsIcon />
57-
<span styleName="number">
57+
<span styleName="number">
5858
{numSubmissions}
5959
</span>
6060
</Link>

0 commit comments

Comments
 (0)