From f2a3c702f13d4d94e8f83984ac0e3fea4009e265 Mon Sep 17 00:00:00 2001 From: gloria Date: Tue, 9 Sep 2025 13:15:26 +0200 Subject: [PATCH] fix: fix book-a-call action --- apps/website/src/components/navigation.astro | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/apps/website/src/components/navigation.astro b/apps/website/src/components/navigation.astro index d66bf9c7..ef3b8c9d 100644 --- a/apps/website/src/components/navigation.astro +++ b/apps/website/src/components/navigation.astro @@ -9,8 +9,6 @@ const optimizedLogo = await getImage({ height: 51, format: "webp", }); - -const isContact = Astro.url.pathname === "/contact"; ---