diff --git a/src/client/app/common/views/components/note-menu.vue b/src/client/app/common/views/components/note-menu.vue index 750d240e35..25431c8003 100644 --- a/src/client/app/common/views/components/note-menu.vue +++ b/src/client/app/common/views/components/note-menu.vue @@ -10,6 +10,7 @@ import i18n from '../../../i18n'; import { url } from '../../../config'; import copyToClipboard from '../../../common/scripts/copy-to-clipboard'; import { concat, intersperse } from '../../../../../prelude/array'; +import { faCopy } from '@fortawesome/free-regular-svg-icons'; export default Vue.extend({ i18n: i18n('common/views/components/note-menu.vue'), @@ -30,7 +31,7 @@ export default Vue.extend({ text: this.$t('detail'), action: this.detail }], [{ - icon: 'align-left', + icon: faCopy, text: this.$t('copy-content'), action: this.copyContent }], [{