Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Commit

Permalink
fix: logo component styled
Browse files Browse the repository at this point in the history
  • Loading branch information
griffithtp committed Jun 30, 2019
1 parent 55b1402 commit 210bcf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Logo/Logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 210bcf3

Please sign in to comment.