Minor fixes

This commit is contained in:
2022-07-26 22:38:04 +02:00
parent e7f5a17096
commit 40a8406761
8 changed files with 37 additions and 12 deletions

View File

@ -0,0 +1,7 @@
<div class="post-item" data-transfer="{{transfer}}">
<h3><b>{{name}}</b></h3>
{{#if img}}
<img class="chat-img" src="{{img}}" title="{{name}}" />
{{/if}}
<div>{{name}} has just activated the Perk: {{perk.name}}.</div>
</div>