1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-11-26 00:35:02 +03:00

Remove default target blank from links

This commit is contained in:
Brent Jackson 2018-08-02 22:39:34 -04:00
parent c52193e3ff
commit 26fd0e2a90
2 changed files with 0 additions and 2 deletions

View File

@ -44,7 +44,6 @@ const h6 = styled(h3.withComponent('h6'))([], css('h6'))
const a = styled.a([], color, css('link'), css('a'))
a.defaultProps = {
target: '_blank',
color: 'link'
}

View File

@ -8,7 +8,6 @@ exports[`renders a 1`] = `
<a
className="c0"
color="link"
target="_blank"
/>
`;