Skip to content

Commit

Permalink
Fix icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Royalphax committed Mar 24, 2023
1 parent e685ed7 commit be7a16c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -546,16 +546,16 @@ function addBP(player){
container.href = `user.php?q=${string}`
switch (rank){
case 1:
rank_img.src = '/resources/others/textures/pack/388-0.png'
rank_img.src = 'resources/others/textures/pack/388-0.png'
break
case 2:
rank_img.src = '/resources/others/textures/pack/264-0.png'
rank_img.src = 'resources/others/textures/pack/264-0.png'
break
case 3:
rank_img.src = '/resources/others/textures/pack/266-0.png'
rank_img.src = 'resources/others/textures/pack/266-0.png'
break
case 4:
rank_img.src = '/resources/others/textures/pack/265-0.png'
rank_img.src = 'resources/others/textures/pack/265-0.png'
break
}
container.appendChild(img)
Expand Down

0 comments on commit be7a16c

Please sign in to comment.