From 0449fc6baa63e3e27d844ebbdab61f435aec4283 Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Sat, 26 Jul 2025 10:48:18 +0200 Subject: [PATCH] possibly fix popup issues on mobile safari --- src/components/ProjectsFeature.astro | 2 +- src/pages/index.astro | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/ProjectsFeature.astro b/src/components/ProjectsFeature.astro index d0814cb..f4edcf8 100644 --- a/src/components/ProjectsFeature.astro +++ b/src/components/ProjectsFeature.astro @@ -26,7 +26,7 @@ projects.sort((a, b) => a.data.name.localeCompare(b.data.name));