Skip to content

Commit

Permalink
📌 chore: max level xp
Browse files Browse the repository at this point in the history
  • Loading branch information
skillzl committed Nov 24, 2023
1 parent b1f3f5b commit d29cf8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/profile/me.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<tr class="has-text-centered">
<td style="font-size: 20px;"><i class="fa-solid fa-wand-magic-sparkles"></i> XP</td>
<td style="font-size: 20px;">
<%= xp %>
<%= xp %>/<%= maxXp.toLocaleString() %>
</td>
</tr>
<tr class="has-text-centered">
Expand Down

0 comments on commit d29cf8e

Please sign in to comment.