Skip to content

Commit

Permalink
Change SB design
Browse files Browse the repository at this point in the history
  • Loading branch information
Patgar1 committed Dec 21, 2024
1 parent d4cb8fb commit f7f3299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spicybattle.html
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ <h2 id="player-name">${dname}</h2>

playerSearchResultSection.innerHTML = innerContent;

if (leaderboardPosition < 51 && data.player) {
if (leaderboardPosition < 16 && data.player) {
const leaderboardText = document.getElementById('search-leaderboard-pos');

if (leaderboardText) {
Expand Down

0 comments on commit f7f3299

Please sign in to comment.