From a8a3f033fef85c9295ac3af6ed110dadda04d255 Mon Sep 17 00:00:00 2001 From: Ben C Date: Sun, 8 Mar 2026 12:38:15 -0400 Subject: [PATCH] Add local icon option for IconLink --- src/components/IconLink.astro | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/IconLink.astro b/src/components/IconLink.astro index 0abb139..4258934 100644 --- a/src/components/IconLink.astro +++ b/src/components/IconLink.astro @@ -22,6 +22,10 @@ const { label, placement, icon, isExternal, overridePack, ...rest } = Astro.prop target={isExternal ? "_blank" : null} {...rest} > - + {placement === "inside" && label} -- 2.51.2