Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ademagic committed Oct 18, 2024
1 parent 2c03c7a commit 0e17a12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/character/[...slug].astro
Original file line number Diff line number Diff line change
Expand Up @@ -958,9 +958,9 @@ const char = Astro.props;
</h4>
<p
class="text-sm font-semibold text-slate-500 uppercase">
{char.data.race} {char.data.class} (Lvl {char.data.level})
{char.data.race} {char.data.class}
</p>
<p class="text-base text-slate-600 mt-4 font-light">XP: {char.data.xp}</p>
<p class="text-base text-slate-600 mt-4 font-light">LVL: {char.data.level} XP: {char.data.xp}</p>
</div>
</div>
<div class="p-6 col-span-2 bg-white shadow-sm border border-slate-200 rounded-lg">
Expand Down

0 comments on commit 0e17a12

Please sign in to comment.