replaced ti-chevron-down

This commit is contained in:
dakkar 2024-06-21 16:58:33 +01:00
parent fb618dc624
commit cd3b8e6d8f
16 changed files with 21 additions and 19 deletions

View file

@ -20,7 +20,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<div :class="$style.headerRight">
<span :class="$style.headerRightText"><slot name="suffix"></slot></span>
<i v-if="opened" class="ti ti-chevron-up icon"></i>
<i v-else class="ph-caret-down ph-bold ph-lg icon"></i>
<i v-else class="ti ti-chevron-down icon"></i>
</div>
</div>
</template>