From 7d8aa984a02bae61f7df5667a900b5200d4cb593 Mon Sep 17 00:00:00 2001 From: Sean Doherty Date: Sun, 17 May 2026 01:46:35 -0500 Subject: [PATCH] add project filter empty state --- src/components/ProjectList.astro | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/components/ProjectList.astro b/src/components/ProjectList.astro index 8a8806b8..cdd6c8e7 100644 --- a/src/components/ProjectList.astro +++ b/src/components/ProjectList.astro @@ -38,6 +38,7 @@ const allTags = [...new Set(projectList.flatMap(project => project.tags || []))] /> ))} +