From 9363c77d2968fe0374e14dad5c0dc1f8653b57b7 Mon Sep 17 00:00:00 2001 From: Sean Doherty Date: Sat, 16 May 2026 16:40:24 -0500 Subject: [PATCH 1/3] add search and filter icons --- src/components/ProjectList.astro | 47 ++++++++++++++++++++++++++++++-- 1 file changed, 44 insertions(+), 3 deletions(-) diff --git a/src/components/ProjectList.astro b/src/components/ProjectList.astro index 8a8806b8..f05378fe 100644 --- a/src/components/ProjectList.astro +++ b/src/components/ProjectList.astro @@ -8,6 +8,15 @@ const allTags = [...new Set(projectList.flatMap(project => project.tags || []))]
+ project.tags || []))] />
+ +