info-circleにする
This commit is contained in:
parent
080d4317ba
commit
1b3d7d54c3
|
@ -76,7 +76,7 @@
|
||||||
<MkReactionsViewer ref="reactionsViewer" :note="appearNote" :max-number="16">
|
<MkReactionsViewer ref="reactionsViewer" :note="appearNote" :max-number="16">
|
||||||
<template v-slot:extras>
|
<template v-slot:extras>
|
||||||
<button v-if="Object.keys(appearNote.reactions).length > 0" class="_button" :class="$style.reactionDetailsButton" @click="showReactions">
|
<button v-if="Object.keys(appearNote.reactions).length > 0" class="_button" :class="$style.reactionDetailsButton" @click="showReactions">
|
||||||
<i class="ti ti-question-mark"></i>
|
<i class="ti ti-info-circle"></i>
|
||||||
</button>
|
</button>
|
||||||
</template>
|
</template>
|
||||||
</MkReactionsViewer>
|
</MkReactionsViewer>
|
||||||
|
|
Loading…
Reference in New Issue