Skip to content

Commit 996c131

Browse files
authored
Merge pull request #2990 from anonymousjaggu/issue-2805
issue fix
2 parents 4357fe1 + b6500a8 commit 996c131

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,7 @@ function ChallengeCard({
131131
to={challengeDetailLink}
132132
styleName="challenge-title"
133133
openNewTab={openChallengesInNewTabs}
134-
>
135-
{challenge.name}
134+
><h3>{challenge.name}</h3>
136135
</Link>
137136
<div styleName="details-footer">
138137
<span styleName="date">

0 commit comments

Comments
 (0)