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 - ? - : } + ? + : } - +