upd: add rocket to note
This commit is contained in:
parent
d561aae3e5
commit
463dfd87b5
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||||
:style="renoted ? 'color: var(--accent) !important;' : ''"
|
:style="renoted ? 'color: var(--accent) !important;' : ''"
|
||||||
@mousedown="renoted ? undoRenote() : renote()"
|
@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>
|
<p v-if="appearNote.renoteCount > 0" :class="$style.footerButtonCount">{{ appearNote.renoteCount }}</p>
|
||||||
</button>
|
</button>
|
||||||
<button v-else :class="$style.footerButton" class="_button" disabled>
|
<button v-else :class="$style.footerButton" class="_button" disabled>
|
||||||
|
|
Loading…
Reference in a new issue