Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
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;