import { Link } from 'gatsby'; export default function Header() { <Button as={Link} to="/admin" variant="text"> Get Started </Button> }