diff --git a/packages/client/src/components/renote-button.vue b/packages/client/src/components/renote-button.vue index ab4bfcca4..2e87463c6 100644 --- a/packages/client/src/components/renote-button.vue +++ b/packages/client/src/components/renote-button.vue @@ -68,7 +68,7 @@ export default defineComponent({ } },{ text: i18n.ts.renoteHomeOnly, - icon: 'fas fa-unlock', + icon: 'fas fa-home', action: () => { os.api('notes/create', { renoteId: props.note.id,