From 84e568f9024456935ca28cb43e0ce7cc8454301d Mon Sep 17 00:00:00 2001 From: silentoplayz Date: Sun, 27 Jul 2025 20:43:17 -0400 Subject: [PATCH] remove: ArrowRightTag.svelte and used a transform --- .../RichTextInput/FormattingButtons.svelte | 3 +-- src/lib/components/icons/ArrowRightTag.svelte | 20 ------------------- 2 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 src/lib/components/icons/ArrowRightTag.svelte diff --git a/src/lib/components/common/RichTextInput/FormattingButtons.svelte b/src/lib/components/common/RichTextInput/FormattingButtons.svelte index 47c6e64e44..1ea2003c0e 100644 --- a/src/lib/components/common/RichTextInput/FormattingButtons.svelte +++ b/src/lib/components/common/RichTextInput/FormattingButtons.svelte @@ -18,7 +18,6 @@ import Tooltip from '../Tooltip.svelte'; import CheckBox from '$lib/components/icons/CheckBox.svelte'; import ArrowLeftTag from '$lib/components/icons/ArrowLeftTag.svelte'; - import ArrowRightTag from '$lib/components/icons/ArrowRightTag.svelte';
- + {/if} diff --git a/src/lib/components/icons/ArrowRightTag.svelte b/src/lib/components/icons/ArrowRightTag.svelte deleted file mode 100644 index 10c5134248..0000000000 --- a/src/lib/components/icons/ArrowRightTag.svelte +++ /dev/null @@ -1,20 +0,0 @@ - - -