diff options
| author | Insert5StarName <anime@shourai.de> | 2023-09-30 21:53:52 +0200 |
|---|---|---|
| committer | Insert5StarName <anime@shourai.de> | 2023-09-30 21:53:52 +0200 |
| commit | 7b179d3a92adb91e111aca111d7875bb99748002 (patch) | |
| tree | 7793951e2a791ba8f85810756401271376361ff8 /packages/frontend/src/components/MkSubNoteContent.vue | |
| parent | upd: change icon font (diff) | |
| download | sharkey-7b179d3a92adb91e111aca111d7875bb99748002.tar.gz sharkey-7b179d3a92adb91e111aca111d7875bb99748002.tar.bz2 sharkey-7b179d3a92adb91e111aca111d7875bb99748002.zip | |
work in progress icons
Diffstat (limited to 'packages/frontend/src/components/MkSubNoteContent.vue')
| -rw-r--r-- | packages/frontend/src/components/MkSubNoteContent.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkSubNoteContent.vue b/packages/frontend/src/components/MkSubNoteContent.vue index 14d08968d1..789cca6f51 100644 --- a/packages/frontend/src/components/MkSubNoteContent.vue +++ b/packages/frontend/src/components/MkSubNoteContent.vue @@ -8,7 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-only <div @click="noteclick(note.id)"> <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="$style.reply" :to="`/notes/${note.replyId}`" v-on:click.stop><i class="ti ti-arrow-back-up"></i></MkA> + <MkA v-if="note.replyId" :class="$style.reply" :to="`/notes/${note.replyId}`" v-on:click.stop><i class="ph-arrow-u-up-left ph-bold pg-lg"></i></MkA> <Mfm v-if="note.text" :text="note.text" :author="note.user" :i="$i" :emojiUrls="note.emojis"/> <MkA v-if="note.renoteId" :class="$style.rp" :to="`/notes/${note.renoteId}`" v-on:click.stop>RN: ...</MkA> </div> |