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:
parent
c52193e3ff
commit
26fd0e2a90
@ -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'
|
||||
}
|
||||
|
||||
|
@ -8,7 +8,6 @@ exports[`renders a 1`] = `
|
||||
<a
|
||||
className="c0"
|
||||
color="link"
|
||||
target="_blank"
|
||||
/>
|
||||
`;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user