From cf487bf7f47e0eb30280f0c0abfa7189e890472b Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Fri, 13 Nov 2020 18:51:22 +0900 Subject: add empty alt to imgs to fix warnings --- src/App.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/App.js b/src/App.js index 9c41e5f..f2794dc 100644 --- a/src/App.js +++ b/src/App.js @@ -110,10 +110,10 @@ function StoreItemDetails(props) { totalSlides={4}>
- - - - + + + + -- cgit v1.2.3