Skip to content

Commit

Permalink
Add header to saves in NPC sidebar (#12951)
Browse files Browse the repository at this point in the history
stwlam authored Jan 11, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
@@ -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>

0 comments on commit 788bb6c

Please sign in to comment.