forked from sombochea/verdaccio-ui
fix: incorrect logos styles
- Remove unnecessary quotes in Emotion css templated string - Revert md prop removed in #47 (with the size set before that)
This commit is contained in:
@@ -8,7 +8,7 @@ import { Wrapper, Badge } from './styles';
|
||||
const Loading: React.FC = () => (
|
||||
<Wrapper>
|
||||
<Badge>
|
||||
<Logo />
|
||||
<Logo md={true} />
|
||||
</Badge>
|
||||
<Spinner />
|
||||
</Wrapper>
|
||||
|
||||
Reference in New Issue
Block a user