Skip to content

Commit 213e7e9

Browse files
committed
Point the "results" link to the results page within challenge details
1 parent 45d38f5 commit 213e7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ChallengeStatus/ChallengeStatus.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ class ChallengeStatus extends Component {
212212
});
213213
return leaderboard || (
214214
<span className="winners">
215-
<a href={`${challengeURL}${id}`}>Results</a>
215+
<a href={`${challengeURL}${id}#winner`}>Results</a>
216216
</span>);
217217
}
218218

0 commit comments

Comments
 (0)