Merged with main

This commit is contained in:
WBHarry 2025-11-25 13:19:18 +01:00
parent 4510deae96
commit 01dd5ced94
10 changed files with 165 additions and 5 deletions

View file

@ -0,0 +1,7 @@
<div class="effects-display-container">
{{#each effects as | effect |}}
<div class="effect-container">
<img src="{{effect.img}}" />
</div>
{{/each}}
</div>