Skip to content

Commit

Permalink
Add header to saves in NPC sidebar (#12951)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwlam authored Jan 11, 2024
1 parent 920616a commit 788bb6c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions static/templates/actors/npc/partials/sidebar.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,13 @@

{{!--SAVES --}}
<div class="subsection saves">
<header>
<label>
<i class="fa-solid fa-fw fa-heart-pulse"></i>
<span>{{localize "PF2E.SavesHeader"}}</span>
</label>
</header>

<ul>
{{#each data.saves as |save saveType|}}
<li>
Expand Down

0 comments on commit 788bb6c

Please sign in to comment.