From 7a49e290ed472025f36d8049bf9a1e137599f1da Mon Sep 17 00:00:00 2001 From: Justin Gordon Date: Sun, 31 May 2026 21:47:07 -1000 Subject: [PATCH] Link footer support contact --- src/layouts/BaseLayout.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 7f5f4a1..2ea5ff6 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -48,7 +48,7 @@ const footerSections = [ { href: 'https://hichee.com/hosts', label: 'Boost Direct Bookings' }, { href: 'https://hichee.com/listing-verification', label: 'Verify Your Listing' }, { href: '/hichee-blog-for-hosts/', label: 'Blog For Hosts' }, - { label: 'HiChee Support' } + { href: 'mailto:support@hichee.com', label: 'HiChee Support' } ] }, {