From 8778bccd1bb5f673be38648f21a88a277370be20 Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Sun, 21 Mar 2021 17:19:50 +1100 Subject: [PATCH] Add alt text to tiles --- src/components/Tile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Tile.js b/src/components/Tile.js index 5e7714d..0a98a85 100644 --- a/src/components/Tile.js +++ b/src/components/Tile.js @@ -71,6 +71,7 @@ function Tile({ left: 0, }} src={src} + alt={title} />