import styled from 'styled-components'; import NormalA from 'components/A'; const IssueLink = styled(NormalA)` height: 100%; color: black; display: flex; align-items: center; justify-content: center; white-space: nowrap; `; export default IssueLink;