From b3093087f62ff0eabc4bdbf3b33de4567f1eda30 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Tue, 18 Mar 2025 11:54:09 -0700 Subject: [PATCH] chore: Fix icon path --- src/lib/components/MermaidChartIcon.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/MermaidChartIcon.svelte b/src/lib/components/MermaidChartIcon.svelte index 058e2185..98c54110 100644 --- a/src/lib/components/MermaidChartIcon.svelte +++ b/src/lib/components/MermaidChartIcon.svelte @@ -4,4 +4,4 @@ let { class: className }: { class?: ClassValue } = $props(); -Mermaid Chart +Mermaid Chart