chore: fix name

This commit is contained in:
WinterMyst
2024-09-26 00:35:05 +00:00
parent cc49017b3f
commit 1ec482a98f
7 changed files with 23 additions and 23 deletions

View File

@@ -32,12 +32,12 @@
<div class="tab features" data-group="primary" data-tab="features">
<section class="grid grid-3col">
<section class="main grid-span-2">
{{> "systems/kids-on-brooms/templates/actor/parts/actor-features.html"}}
{{> "systems/kids-on-brooms/templates/actor/parts/actor-adversity.html"}}
{{> "systems/kidsonbrooms/templates/actor/parts/actor-features.html"}}
{{> "systems/kidsonbrooms/templates/actor/parts/actor-adversity.html"}}
</section>
<aside class="sidebar">
{{> "systems/kids-on-brooms/templates/actor/parts/actor-stats.html"}}
{{> "systems/kidsonbrooms/templates/actor/parts/actor-stats.html"}}
</aside>

View File

@@ -28,7 +28,7 @@
{{!-- Owned Features Tab --}}
<div class="tab features" data-group="primary" data-tab="features">
{{> "systems/kids-on-brooms/templates/actor/parts/actor-npc-stats.html"}}
{{> "systems/kidsonbrooms/templates/actor/parts/actor-npc-stats.html"}}
</div>
</section>
</form>