From a2d95b8d736d59b26d369b04ceb8334fd333086f Mon Sep 17 00:00:00 2001 From: Noah Swerhun Date: Mon, 15 Apr 2024 12:57:58 -0500 Subject: [PATCH] fix link button --- src/components/LinkButton.astro | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/components/LinkButton.astro b/src/components/LinkButton.astro index 247f8fc..99e8959 100644 --- a/src/components/LinkButton.astro +++ b/src/components/LinkButton.astro @@ -5,8 +5,12 @@ import cn from "@/scripts/cn"; const { class: cls, ...rest }: HTMLAttributes<"a"> = Astro.props; --- -
+ → - -