summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkNoteHeader.vue
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2024-06-22 11:55:11 +0100
committerdakkar <dakkar@thenautilus.net>2024-06-22 15:53:13 +0100
commitacddf7e1496ba7e7b67e14adf5c237262e255895 (patch)
tree3a9066fdf1e6cedfefacd442190fee1972f981ac /packages/frontend/src/components/MkNoteHeader.vue
parentreplaced ti-player-* and ti-volume-* (diff)
downloadsharkey-acddf7e1496ba7e7b67e14adf5c237262e255895.tar.gz
sharkey-acddf7e1496ba7e7b67e14adf5c237262e255895.tar.bz2
sharkey-acddf7e1496ba7e7b67e14adf5c237262e255895.zip
replaced ti-rocket ti-repeat ti-repeat-off
Diffstat (limited to 'packages/frontend/src/components/MkNoteHeader.vue')
-rw-r--r--packages/frontend/src/components/MkNoteHeader.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkNoteHeader.vue b/packages/frontend/src/components/MkNoteHeader.vue
index b1841eafca..7689a9f9a1 100644
--- a/packages/frontend/src/components/MkNoteHeader.vue
+++ b/packages/frontend/src/components/MkNoteHeader.vue
@@ -29,7 +29,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<i v-else-if="note.visibility === 'specified'" ref="specified" class="ph-envelope ph-bold ph-lg"></i>
</span>
<span v-if="note.updatedAt" ref="menuVersionsButton" style="margin-left: 0.5em; cursor: pointer;" title="Edited" @mousedown="menuVersions()"><i class="ph-pencil-simple ph-bold ph-lg"></i></span>
- <span v-if="note.localOnly" style="margin-left: 0.5em;" :title="i18n.ts._visibility['disableFederation']"><i class="ph-rocket ph-bold ph-lg"></i></span>
+ <span v-if="note.localOnly" style="margin-left: 0.5em;" :title="i18n.ts._visibility['disableFederation']"><i class="ti ti-rocket-off"></i></span>
<span v-if="note.channel" style="margin-left: 0.5em;" :title="note.channel.name"><i class="ti ti-device-tv"></i></span>
</div>
</header>