Skip to content

Commit

Permalink
Remove the weird Link story with button as child
Browse files Browse the repository at this point in the history
  • Loading branch information
jsomsanith committed Jun 28, 2019
1 parent 29022de commit 0cac904
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/Link.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import styled from 'styled-components';
import { storiesOf } from '@storybook/react';
import { action } from '@storybook/addon-actions';

import { Button } from './Button';
import { Icon } from './Icon';
import { Link } from './Link';
import { StoryLinkWrapper } from './StoryLinkWrapper';
Expand Down Expand Up @@ -65,9 +64,5 @@ storiesOf('Design System|Link', module)
<CustomLink tertiary LinkWrapper={StoryLinkWrapper} href="http://storybook.js.org">
has a LinkWrapper like GatsbyLink or NextLink with custom styling
</CustomLink>
<br />
<Link LinkWrapper={StoryLinkWrapper} href="http://storybook.js.org">
<Button>has a LinkWrapper like GatsbyLink or NextLink and a Button child</Button>
</Link>
</div>
));

0 comments on commit 0cac904

Please sign in to comment.