From eb954521233c9399b831e7d2d645af108c09d517 Mon Sep 17 00:00:00 2001 From: tree Date: Sun, 9 Jun 2024 00:40:19 +0200 Subject: [PATCH] add alt text to icons --- src/components/FeaturedProjects.astro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/FeaturedProjects.astro b/src/components/FeaturedProjects.astro index 67e4dae..83cce5c 100644 --- a/src/components/FeaturedProjects.astro +++ b/src/components/FeaturedProjects.astro @@ -7,7 +7,9 @@ const arr = shuffleArr(projects.filter(p => p.confirmed !== false))
{arr.map((p) => ( - + + {p.name} + ))}