summaryrefslogtreecommitdiff
path: root/src/client/components/post-form-attaches.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/components/post-form-attaches.vue')
-rw-r--r--src/client/components/post-form-attaches.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/post-form-attaches.vue b/src/client/components/post-form-attaches.vue
index eba7e7af36..f832ea87b5 100644
--- a/src/client/components/post-form-attaches.vue
+++ b/src/client/components/post-form-attaches.vue
@@ -93,7 +93,7 @@ export default defineComponent({
if (this.menu) return;
this.menu = os.modalMenu([{
text: this.$ts.renameFile,
- icon: faICursor,
+ icon: 'fas fa-i-cursor',
action: () => { this.rename(file) }
}, {
text: file.isSensitive ? this.$ts.unmarkAsSensitive : this.$ts.markAsSensitive,