replaced ti-arrow-back-up ti-quote ti-send

This commit is contained in:
dakkar 2024-06-22 12:42:54 +01:00
parent 4910c1f030
commit fc00c7401e
9 changed files with 20 additions and 17 deletions

View file

@ -116,7 +116,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</MkReactionsViewer>
<footer :class="$style.footer">
<button :class="$style.footerButton" class="_button" @click.stop @click="reply()">
<i class="ph-arrow-u-up-left ph-bold ph-lg"></i>
<i class="ti ti-arrow-back-up"></i>
<p v-if="appearNote.repliesCount > 0" :class="$style.footerButtonCount">{{ number(appearNote.repliesCount) }}</p>
</button>
<button