From 210bcf3ff59fb64ed356c38ee75ff1c20e066146 Mon Sep 17 00:00:00 2001 From: Griffithtp Date: Sun, 30 Jun 2019 23:22:21 +0100 Subject: [PATCH] fix: logo component styled --- src/components/Logo/Logo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Logo/Logo.tsx b/src/components/Logo/Logo.tsx index 86858da..75c52ae 100644 --- a/src/components/Logo/Logo.tsx +++ b/src/components/Logo/Logo.tsx @@ -3,7 +3,7 @@ import React from 'react'; import styled from 'react-emotion'; import logo from './img/logo.svg'; -const StyledLogo = styled.div` +const StyledLogo = styled('div')` && { display: inline-block; vertical-align: middle;