From d6b9f06cc90431836d14e6cb9dfa56110401d925 Mon Sep 17 00:00:00 2001 From: KazooTTT Date: Sat, 23 Nov 2024 16:23:43 +0800 Subject: [PATCH] fix: ts ilnt --- src/components/ToolSection.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ToolSection.astro b/src/components/ToolSection.astro index c287a2a..10b7893 100644 --- a/src/components/ToolSection.astro +++ b/src/components/ToolSection.astro @@ -10,7 +10,7 @@ interface Props { description: string href?: string iconPath?: string - iconBgColour: string + iconBgColour?: string }[] } const { class: className, title, tools, ...props } = Astro.props