Only use regular reply icon

This commit is contained in:
Freeplay 2023-02-26 11:33:38 -05:00
parent 5e46f0c99c
commit 1763e2083f
1 changed files with 1 additions and 2 deletions

View File

@ -2,8 +2,7 @@
<footer ref="el" class="footer" @click.stop>
<XReactionsViewer ref="reactionsViewer" :note="appearNote"/>
<button v-tooltip.noDelay.bottom="i18n.ts.reply" class="button _button" @click="reply()">
<template v-if="appearNote.reply"><i class="ph-arrow-u-up-left-bold ph-lg"></i></template>
<template v-else><i class="ph-arrow-bend-up-left-bold ph-lg"></i></template>
<i class="ph-arrow-bend-up-left-bold ph-lg"></i>
<template v-if="directReplies > 0">
<p class="count">{{ directReplies }}</p>
</template>