diff --git a/packages/client/src/components/MkNote.vue b/packages/client/src/components/MkNote.vue index e6d044e7e..f790889c3 100644 --- a/packages/client/src/components/MkNote.vue +++ b/packages/client/src/components/MkNote.vue @@ -43,7 +43,7 @@ >{{ i18n.ts.pinnedNote }}
- + @@ -88,7 +88,7 @@ const renote = (viaKeyboard = false, ev?: MouseEvent) => { if (props.note.visibility === "public") { buttonActions.push({ text: i18n.ts.renote, - icon: "ph-repeat ph-bold ph-lg", + icon: "ph-rocket-launch ph-bold ph-lg", danger: false, action: () => { os.api("notes/create", { diff --git a/packages/client/src/pages/gallery/post.vue b/packages/client/src/pages/gallery/post.vue index 3f3266c63..9826bcb1f 100644 --- a/packages/client/src/pages/gallery/post.vue +++ b/packages/client/src/pages/gallery/post.vue @@ -75,7 +75,7 @@ @click="shareWithNote" >