mirror of
https://github.com/uetchy/namae.git
synced 2025-03-19 05:20:33 +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',
|
|
})``
|