From 1275cb7fc5b43bcda45946d918d703aef10656c9 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 22 Nov 2025 16:20:20 +0100 Subject: [PATCH] fix(components): correct FontAwesome icon format in TipTap.vue - Change icon format from ['fa', 'fa-bold'] to ['fas', 'bold'] - Fix 6 icon type errors by using correct IconPrefix and IconName format --- frontend/src/components/input/editor/TipTap.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/components/input/editor/TipTap.vue b/frontend/src/components/input/editor/TipTap.vue index 5f5d15bf7..46e9974f1 100644 --- a/frontend/src/components/input/editor/TipTap.vue +++ b/frontend/src/components/input/editor/TipTap.vue @@ -19,7 +19,7 @@ :class="{ 'is-active': editor.isActive('bold') }" @click="() => editor?.chain().focus().toggleBold().run()" > - + - + - + - + - + - +