fixes v12

This commit is contained in:
rwanoux
2024-06-24 08:41:59 +02:00
parent 9d74f5fe14
commit f4a56aa6b0
61 changed files with 485 additions and 422 deletions
+7 -2
View File
@@ -1,4 +1,8 @@
<div class="totem choose grid grid-2col" style="padding:5px;">
<iframe src="https://app.syrinscape.com/#/" frameborder="0" width="100%"
heihgt="400px"></iframe>
<div class="totem choose grid grid-2col"
style="padding:5px;">
{{#each config.totems as | totem tk|}}
{{#if (ne tk "human")}}
{{#if (ne tk "adapted")}}
@@ -29,4 +33,5 @@
{{/if}}
{{/if}}
{{/each}}
</div>
</div>