From a04b1476bbc5f23d92026868a33973a66fee565f Mon Sep 17 00:00:00 2001 From: Miguel Liezun Date: Mon, 1 Apr 2024 20:28:55 -0300 Subject: [PATCH] Update alt in rss image --- src/web.gr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web.gr b/src/web.gr index 6297f83..e91375e 100644 --- a/src/web.gr +++ b/src/web.gr @@ -86,7 +86,7 @@ class Web { ]], ["div", ["class", "footer-socials"], [ ["a", ["target", "_blank", "href", "https://mliezun.github.io/feed.xml"], [ - ["img", ["alt", "Github", "src", "/assets/images/socials/rss.png", "width", "20", "height", "20", "style", "border-radius: 3px"], []] + ["img", ["alt", "RSS Feed", "src", "/assets/images/socials/rss.png", "width", "20", "height", "20", "style", "border-radius: 3px"], []] ]], ["a", ["target", "_blank", "href", "https://github.com/mliezun"], [ ["img", ["alt", "Github", "src", "/assets/images/socials/github.png", "width", "20", "height", "20"], []]