Ghost/ghost/admin/app/templates/components/gh-member-avatar.hbs
2019-02-22 18:32:09 +07:00

3 lines
180 B
Handlebars

<div class="flex items-center justify-center br-100" style={{this.backgroundStyle}} ...attributes>
<span class="db white {{this.initialsClass}}">{{this.initials}}</span>
</div>