/** @jsxImportSource theme-ui */ const HeaderButton = ({ url, image, text, alt }) => ( {alt} {text} ); export default HeaderButton;