mirror of
https://github.com/status-im/ens-usernames.git
synced 2025-01-09 10:32:12 +00:00
9 lines
188 B
JavaScript
9 lines
188 B
JavaScript
import styled from 'styled-components'
|
|
|
|
const SafeLink = styled.a.attrs({
|
|
// See https://mathiasbynens.github.io/rel-noopener
|
|
rel: 'noopener noreferrer',
|
|
})``
|
|
|
|
export default SafeLink
|