From cbd3143bb7b906f8bc9ebe609367bdfc712821fe Mon Sep 17 00:00:00 2001 From: Foster Hangdaan Date: Sun, 6 Aug 2023 10:48:26 -0400 Subject: [PATCH] Added `alt` text to `` elements --- _components/footer.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_components/footer.tsx b/_components/footer.tsx index 2189efb..2819433 100644 --- a/_components/footer.tsx +++ b/_components/footer.tsx @@ -12,6 +12,7 @@ export default function({ comp }) { src="https://static.fosterhangdaan.com/icons/simple-icons/latest/forgejo.svg" className="icon" style={iconStyle} + alt="forgejo" /> @@ -19,6 +20,7 @@ export default function({ comp }) { src="https://static.fosterhangdaan.com/icons/simple-icons/latest/mastodon.svg" className="icon" style={iconStyle} + alt="mastodon" /> @@ -26,6 +28,7 @@ export default function({ comp }) { src="https://static.fosterhangdaan.com/icons/tabler-icons/latest/svg/mail-filled.svg" className="icon" style={iconStyle} + alt="e-mail" /> @@ -33,11 +36,12 @@ export default function({ comp }) { src="https://static.fosterhangdaan.com/icons/tabler-icons/latest/svg/rss.svg" className="icon" style={iconStyle} + alt="rss" />

Copyright © 2023 Foster Hangdaan

-

Made with Lume, TypeScript and lots of .

+

Made with Lume, TypeScript and lots of love.

); }