diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-12-19 13:54:35 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-12-19 13:54:35 +0900 |
| commit | 52cbe07a780c0542912798e1e9bc1b78a63d6806 (patch) | |
| tree | c89839a6f8952d702387a3e8c7cc021cbdf80d9b /packages/client/src/components/MkSubNoteContent.vue | |
| parent | wip (diff) | |
| download | sharkey-52cbe07a780c0542912798e1e9bc1b78a63d6806.tar.gz sharkey-52cbe07a780c0542912798e1e9bc1b78a63d6806.tar.bz2 sharkey-52cbe07a780c0542912798e1e9bc1b78a63d6806.zip | |
Revert "wip"
This reverts commit f83bd31fd5fee0bb2209ad0e5359ffa473ffb30e.
Diffstat (limited to 'packages/client/src/components/MkSubNoteContent.vue')
| -rw-r--r-- | packages/client/src/components/MkSubNoteContent.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/client/src/components/MkSubNoteContent.vue b/packages/client/src/components/MkSubNoteContent.vue index 210923be46..237f4cf228 100644 --- a/packages/client/src/components/MkSubNoteContent.vue +++ b/packages/client/src/components/MkSubNoteContent.vue @@ -3,7 +3,7 @@ <div class="body"> <span v-if="note.isHidden" style="opacity: 0.5">({{ i18n.ts.private }})</span> <span v-if="note.deletedAt" style="opacity: 0.5">({{ i18n.ts.deleted }})</span> - <MkA v-if="note.replyId" class="reply" :to="`/notes/${note.replyId}`"><i class="ti ti-arrow-back-up"></i></MkA> + <MkA v-if="note.replyId" class="reply" :to="`/notes/${note.replyId}`"><i class="fas fa-reply"></i></MkA> <Mfm v-if="note.text" :text="note.text" :author="note.user" :i="$i" :custom-emojis="note.emojis"/> <MkA v-if="note.renoteId" class="rp" :to="`/notes/${note.renoteId}`">RN: ...</MkA> </div> |