From 681644d6bb10b878dd898852ac9a177fbf8a9d72 Mon Sep 17 00:00:00 2001 From: Niko Date: Thu, 27 Mar 2025 12:13:23 +0100 Subject: [PATCH] Fix #1072 --- src/components/header/header-button.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/header/header-button.astro b/src/components/header/header-button.astro index 81fa4b089..1f354a4eb 100644 --- a/src/components/header/header-button.astro +++ b/src/components/header/header-button.astro @@ -20,7 +20,7 @@ const { href, variant = "standard" } = Astro.props; ]} role="button" - href={href || "#"} + href={href} >