Skip to content

Commit

Permalink
fix reddit link
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkIntaqt committed Jan 3, 2024
1 parent 3f75406 commit aa6e9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/Challenge.js
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ class Challenge extends Component {
}

if (challenge.icon_2 === 0) {
warnings.push(<div className={css.disabledMessage} key={"c0"} style={{ lineHeight: "1rem" }}>This leaderboard is "technically" wrong, as the ranking still includes points from the seasonal 2023 challenges for some players, which should not be counted towards the total points. <br /><a href="https://www.reddit.com/r/leagueoflegends/comments/11csos4/challenges_problem/" target="_blank">See Reddit post</a></div>);
warnings.push(<div className={css.disabledMessage} key={"c0"} style={{ lineHeight: "1rem" }}>This leaderboard is "technically" wrong, as the ranking still includes points from the seasonal 2023 challenges for some players, which should not be counted towards the total points. <br /><a href="https://www.reddit.com/r/leagueoflegends/comments/18xmgpv/challenges_hunter_leaderboard/" target="_blank">See Reddit post</a></div>);
}

// if (summoner.length === 0) {
Expand Down

0 comments on commit aa6e9a5

Please sign in to comment.