Only use regular reply icon
This commit is contained in:
parent
5e46f0c99c
commit
1763e2083f
|
@ -2,8 +2,7 @@
|
||||||
<footer ref="el" class="footer" @click.stop>
|
<footer ref="el" class="footer" @click.stop>
|
||||||
<XReactionsViewer ref="reactionsViewer" :note="appearNote"/>
|
<XReactionsViewer ref="reactionsViewer" :note="appearNote"/>
|
||||||
<button v-tooltip.noDelay.bottom="i18n.ts.reply" class="button _button" @click="reply()">
|
<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>
|
<i class="ph-arrow-bend-up-left-bold ph-lg"></i>
|
||||||
<template v-else><i class="ph-arrow-bend-up-left-bold ph-lg"></i></template>
|
|
||||||
<template v-if="directReplies > 0">
|
<template v-if="directReplies > 0">
|
||||||
<p class="count">{{ directReplies }}</p>
|
<p class="count">{{ directReplies }}</p>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue