import { GitHub as GitHubIcon } from '@material-ui/icons' import { LinkWrapper, LinkIcon } from './style' export default function LinkComponent({ name, link }) { return ( {link && ( )}
{name}
) }