From 87ba0ec56649421dfb9ad672c33d540928530e85 Mon Sep 17 00:00:00 2001 From: sim1222 Date: Wed, 9 Feb 2022 22:49:11 +0900 Subject: [PATCH] feat: Add renote home only button typo --- packages/client/src/components/renote-button.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,