generated from nhcarrigan/template
feat: display leaderboard update frequency in the UI (#78)
## Summary Adds a note below the leaderboard subtitle informing players that rankings update when they prestige. This addresses a recurring community question from `tau.deusmortis` and `minjo70`. Closes #63 ✨ This PR was created with help from Hikari~ 🌸 Reviewed-on: #78 Co-authored-by: Hikari <hikari@nhcarrigan.com> Co-committed-by: Hikari <hikari@nhcarrigan.com>
This commit was merged in pull request #78.
This commit is contained in:
@@ -156,6 +156,9 @@ const LeaderboardPage = (): JSX.Element => {
|
||||
<p className="leaderboard-subtitle">
|
||||
{"The mightiest adventurers in Elysium"}
|
||||
</p>
|
||||
<p className="leaderboard-update-note">
|
||||
{"🔄 Rankings update when you prestige."}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="leaderboard-tabs">
|
||||
|
||||
Reference in New Issue
Block a user