diff --git a/src/components/ui/Strapline.astro b/src/components/ui/Strapline.astro index 35adfb0..69be074 100644 --- a/src/components/ui/Strapline.astro +++ b/src/components/ui/Strapline.astro @@ -13,7 +13,7 @@ const { title, description, icon, date, back, backLabel } = Astro.props; } } } -

+

{title}

diff --git a/src/components/util/StyledLink.astro b/src/components/util/StyledLink.astro index f8f7a04..eca4792 100644 --- a/src/components/util/StyledLink.astro +++ b/src/components/util/StyledLink.astro @@ -1,8 +1,8 @@ --- -const { href, icon = "fa-solid fa-arrow-right" } = Astro.props; +const { href, xstyle, icon = "fa-solid fa-arrow-right" } = Astro.props; --- -