From cdf1c97fb8c18cc4989936d6b335c094de997e9c Mon Sep 17 00:00:00 2001 From: Juan Diego Moreno Upegui Date: Sat, 4 Apr 2026 21:15:47 -0500 Subject: [PATCH] Fix: added href link with whatsapp openner and fixed imgs to be in public routes --- src/layouts/Layout.astro | 2 +- src/pages/contact.astro | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index c286388..61a7e44 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -38,7 +38,7 @@ const { pageTitle } = Astro.props;