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