diff options
| author | Insert5StarName <anime@shourai.de> | 2023-10-01 00:46:42 +0200 |
|---|---|---|
| committer | Insert5StarName <anime@shourai.de> | 2023-10-01 00:46:42 +0200 |
| commit | b50c1ef9a5553cd4c755686c3b6c37b231de5a20 (patch) | |
| tree | 7620a4a5522f94d9bb2037981b62c73484d1d56f /packages/frontend/src/components/MkNoteSub.vue | |
| parent | work in progress icons (diff) | |
| download | sharkey-b50c1ef9a5553cd4c755686c3b6c37b231de5a20.tar.gz sharkey-b50c1ef9a5553cd4c755686c3b6c37b231de5a20.tar.bz2 sharkey-b50c1ef9a5553cd4c755686c3b6c37b231de5a20.zip | |
upd: fix rest of icons
Diffstat (limited to 'packages/frontend/src/components/MkNoteSub.vue')
| -rw-r--r-- | packages/frontend/src/components/MkNoteSub.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkNoteSub.vue b/packages/frontend/src/components/MkNoteSub.vue index 2a3cd9bf02..dbd0a0838c 100644 --- a/packages/frontend/src/components/MkNoteSub.vue +++ b/packages/frontend/src/components/MkNoteSub.vue @@ -25,7 +25,7 @@ SPDX-License-Identifier: AGPL-3.0-only <MkNoteSub v-for="reply in replies" :key="reply.id" :note="reply" :class="$style.reply" :detail="true" :depth="depth + 1"/> </template> <div v-else :class="$style.more"> - <MkA class="_link" :to="notePage(note)">{{ i18n.ts.continueThread }} <i class="ti ti-chevron-double-right"></i></MkA> + <MkA class="_link" :to="notePage(note)">{{ i18n.ts.continueThread }} <i class="ph-caret-double-right ph-bold ph-lg"></i></MkA> </div> </div> <div v-else :class="$style.muted" @click="muted = false"> |