From 1c75a7158d2f69c9ffd54ca88675af850a8c9c57 Mon Sep 17 00:00:00 2001 From: Sean Doherty Date: Sun, 17 May 2026 08:21:41 -0500 Subject: [PATCH] label tag filter select --- src/components/ProjectList.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ProjectList.astro b/src/components/ProjectList.astro index 8a8806b8..80010bc1 100644 --- a/src/components/ProjectList.astro +++ b/src/components/ProjectList.astro @@ -17,7 +17,7 @@ const allTags = [...new Set(projectList.flatMap(project => project.tags || []))] />
- {allTags.map(tag => (