Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
clairesunstudio committed Nov 24, 2020
1 parent 17a189a commit 4c6922e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/core/stories/tokens/logo/Logo.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ const bgLight1 = { background: '#E7EEF4' };
const bgDark = { background: '#000' };
const bgDark1 = { background: '#14558F' };

const DownLoads = () => (
<div className="ma__row">
<ButtonWithIcon text="SVG" icon={<IconDownload />} usage="secondary" size="small" capitalized href={`${STORYBOOK_CDN_PATH}/static/images/logo/stateseal-black.svg`} download />
<ButtonWithIcon text="PNG (200 x 200 px)" icon={<IconDownload />} usage="secondary" size="small" capitalized href={`${STORYBOOK_CDN_PATH}/static/images/logo/stateseal-black.png`} download />
</div>
)

// exported story names must be unique
export const sealExample = () => stateSeal({ src: logoSVG, dimension: '150px' });
Expand Down

0 comments on commit 4c6922e

Please sign in to comment.