From ab1ca48fcac1ab6700d5a8d2f02de15559ecd657 Mon Sep 17 00:00:00 2001 From: ismaelpadilla Date: Fri, 3 Jan 2020 19:32:34 -0300 Subject: [PATCH] Added aria label to icon buttons --- src/components/Layout/Layout.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/Layout/Layout.js b/src/components/Layout/Layout.js index c31d51e..4ceeebc 100644 --- a/src/components/Layout/Layout.js +++ b/src/components/Layout/Layout.js @@ -41,12 +41,12 @@ const layout = (props) => { {title} { props.showTitle - ? - : } + ? + : } - - + +
@@ -69,11 +69,11 @@ const layout = (props) => {
{ props.showInfo - ? - : } + ? + : } - +