diff options
| author | Mar0xy <marie@kaifa.ch> | 2023-10-13 21:58:58 +0200 |
|---|---|---|
| committer | Mar0xy <marie@kaifa.ch> | 2023-10-13 21:58:58 +0200 |
| commit | 463dfd87b51381d20b836e2881d64283ccafa866 (patch) | |
| tree | 14e36d3f4366d83b530d097455773a1c0a302eb5 | |
| parent | chore: lint (diff) | |
| download | sharkey-463dfd87b51381d20b836e2881d64283ccafa866.tar.gz sharkey-463dfd87b51381d20b836e2881d64283ccafa866.tar.bz2 sharkey-463dfd87b51381d20b836e2881d64283ccafa866.zip | |
upd: add rocket to note
| -rw-r--r-- | packages/frontend/src/components/MkNote.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkNote.vue b/packages/frontend/src/components/MkNote.vue index ece4801cfb..cd07713bf1 100644 --- a/packages/frontend/src/components/MkNote.vue +++ b/packages/frontend/src/components/MkNote.vue @@ -103,7 +103,7 @@ SPDX-License-Identifier: AGPL-3.0-only :style="renoted ? 'color: var(--accent) !important;' : ''" @mousedown="renoted ? undoRenote() : renote()" > - <i class="ph-repeat ph-bold ph-lg"></i> + <i class="ph-rocket-launch ph-bold ph-lg"></i> <p v-if="appearNote.renoteCount > 0" :class="$style.footerButtonCount">{{ appearNote.renoteCount }}</p> </button> <button v-else :class="$style.footerButton" class="_button" disabled> |