From 92921323f2a38bbd08c242a6a4af731f198c3fa4 Mon Sep 17 00:00:00 2001 From: drewmcarthur Date: Thu, 1 Feb 2024 20:09:26 -0700 Subject: [PATCH] add alt text to images --- src/components/SimpleIcon.astro | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/components/SimpleIcon.astro b/src/components/SimpleIcon.astro index 73555cd..988e1b3 100644 --- a/src/components/SimpleIcon.astro +++ b/src/components/SimpleIcon.astro @@ -4,10 +4,8 @@ const { name } = Astro.props; {`${name}-icon`} \ No newline at end of file + src={`https://cdn.jsdelivr.net/npm/simple-icons@v9/icons/${name}.svg`} +/>