mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2025-01-05 15:11:10 +00:00
fix rocket-launcher
This commit is contained in:
parent
a37da15eaf
commit
cea2de6209
1 changed files with 2 additions and 2 deletions
|
@ -349,7 +349,7 @@ function renote(viaKeyboard = false) {
|
||||||
if (appearNote.channel) {
|
if (appearNote.channel) {
|
||||||
items = items.concat([{
|
items = items.concat([{
|
||||||
text: i18n.ts.inChannelRenote,
|
text: i18n.ts.inChannelRenote,
|
||||||
icon: 'ph-rocket-launcher ph-bold ph-lg',
|
icon: 'ph-rocket-launch ph-bold ph-lg',
|
||||||
action: () => {
|
action: () => {
|
||||||
const el = renoteButton.value as HTMLElement | null | undefined;
|
const el = renoteButton.value as HTMLElement | null | undefined;
|
||||||
if (el) {
|
if (el) {
|
||||||
|
|
Loading…
Reference in a new issue