import React from 'react' import PropTypes from 'prop-types' import Button from '../atoms/Button' import Icon from '../atoms/Icon' import styles from './ProjectLinks.module.css' ProjectLinks.propTypes = { links: PropTypes.array } export default function ProjectLinks({ links }) { return (