mirror of
https://github.com/uetchy/namae.git
synced 2025-03-19 13:30:32 +09:00
7 lines
140 B
JavaScript
7 lines
140 B
JavaScript
|
import styled from 'styled-components'
|
||
|
|
||
|
export const ExternalLink = styled.a.attrs({
|
||
|
target: '_blank',
|
||
|
rel: 'noopener noreferrer',
|
||
|
})``
|