diff --git a/src/components/ToolSection.astro b/src/components/ToolSection.astro index 0a41a7f..c287a2a 100644 --- a/src/components/ToolSection.astro +++ b/src/components/ToolSection.astro @@ -10,31 +10,10 @@ interface Props { description: string href?: string iconPath?: string - iconBgColour?: string - customIcon?: string + iconBgColour: string }[] } - const { class: className, title, tools, ...props } = Astro.props - -const DefaultIcon = `
{tool.description}
-{tool.description}
-{tool.description}