diff --git a/src/pages/_components/PillLink.astro b/src/pages/_components/PillLink.astro index 7e5a96ddf8..037666b559 100644 --- a/src/pages/_components/PillLink.astro +++ b/src/pages/_components/PillLink.astro @@ -1,6 +1,4 @@ --- -import Icon from "astro-icon"; - type Props = { href: string; title: string; @@ -19,13 +17,30 @@ const { title, subtitle, href, class: className } = Astro.props; - {subtitle && + {subtitle && } + +