Skip to content

Commit

Permalink
Update alt in rss image
Browse files Browse the repository at this point in the history
  • Loading branch information
mliezun committed Apr 1, 2024
1 parent 2eb0a32 commit a04b147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web.gr
Original file line number Diff line number Diff line change
Expand Up @@ -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"], []]
Expand Down

0 comments on commit a04b147

Please sign in to comment.