diff --git a/packages/frontend/src/components/MkChannelPreview.vue b/packages/frontend/src/components/MkChannelPreview.vue index 1bac59d6df..00942ca6fd 100644 --- a/packages/frontend/src/components/MkChannelPreview.vue +++ b/packages/frontend/src/components/MkChannelPreview.vue @@ -20,7 +20,7 @@ SPDX-License-Identifier: AGPL-3.0-only
- + diff --git a/packages/frontend/vite.config.ts b/packages/frontend/vite.config.ts index f95700a039..558578e858 100644 --- a/packages/frontend/vite.config.ts +++ b/packages/frontend/vite.config.ts @@ -92,6 +92,8 @@ export function getConfig(): UserConfig { 'ti ti-confetti': 'ph-confetti ph-bold ph-lg', 'ti ti-home': 'ph-house ph-bold ph-lg', 'ti ti-clock': 'ph-clock ph-bold ph-lg', + 'ti ti-pencil': 'ph-pencil-simple ph-bold ph-lg', + 'ti ti-pencil ti-fw': 'ph-pencil-simple ph-bold ph-lg', }, }), ...process.env.NODE_ENV === 'production'