fix class for Person component

This commit is contained in:
Julien Fastré 2021-06-14 11:37:20 +02:00
parent c40019da8f
commit 51399b21b9

View File

@ -1,6 +1,6 @@
<template> <template>
<span class="chill-entity chill-entity__person"> <span class="chill-entity chill-entity__person">
<span class="chill-entity__person__text"> <span class="chill-entity__person__text chill_denomination">
{{ person.text }} {{ person.text }}
</span> </span>
</span> </span>