Skip to content

Commit

Permalink
fix: remove width and height from svg (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts committed Dec 14, 2019
1 parent ad692df commit 0345417
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/atoms/Logo/Logo.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ export default {
title: 'Logo'
}

export const logo = () => <Logo />
export const logo = () => <Logo height="250" width="70" />
Loading

0 comments on commit 0345417

Please sign in to comment.