diff --git a/src/localization/locales/en-US.json b/src/localization/locales/en-US.json index 931d70fce..83b186601 100644 --- a/src/localization/locales/en-US.json +++ b/src/localization/locales/en-US.json @@ -164,7 +164,8 @@ "img": { "height": "140", "width": "250", - "src": "tools/kobotoolbox-screenshot.png" + "src": "tools/kobotoolbox-screenshot.png", + "alt": "A phone, a laptop, and a tablet, each displaying a data collection form. The tool’s logo is in the foreground." }, "description": [ "Design and build forms quickly", @@ -181,7 +182,8 @@ "img": { "height": "140", "width": "250", - "src": "tools/landscale-screenshot.png" + "src": "tools/landscale-screenshot.png", + "alt": "A dashboard containing charts and graphs about a landscape. The tool’s logo is in the foreground." }, "description": [ "Assess landscape sustainability performance", @@ -198,6 +200,7 @@ "height": "188", "width": "250", "src": "tools/story-maps.png", + "alt": "A satellite map of a bend in a river, overlayed by a window containing a picture and a block of text.", "caption": "Rocky Hill’s Story Map" }, "description": ["Create beautiful map-based stories"], diff --git a/src/tool/components/ToolCard.js b/src/tool/components/ToolCard.js index 464b2da6c..67750e5bd 100644 --- a/src/tool/components/ToolCard.js +++ b/src/tool/components/ToolCard.js @@ -42,7 +42,7 @@ const ToolIconAndLink = ({ tool, title, external }) => {