This commit is contained in:
2025-08-03 11:06:16 +02:00
parent afaede1d0a
commit 21bb5883e2
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -34,11 +34,11 @@
<div class="contentBox"> <div class="contentBox">
<section class="content"> <section class="content">
<div class="tab" data-tab="tab1" data-group="primary-tabs"> <div class="tab" data-tab="tab1" data-group="primary-tabs">
{{> "systems/nether/templates/partials/character-sheet-character.hbs"}} {{> "systems/pokemon/templates/partials/character-sheet-character.hbs"}}
</div> </div>
<div class="tab" data-tab="tab2" data-group="primary-tabs"> <div class="tab" data-tab="tab2" data-group="primary-tabs">
{{> "systems/nether/templates/partials/character-sheet-background.hbs"}} {{> "systems/pokemon/templates/partials/character-sheet-background.hbs"}}
</div> </div>
</section> </section>
</div> </div>