import forgejo from "../assets/images/forgejo.svg"; export default function Footer() { const currentYear = new Date().getFullYear(); const goToRepo = () => { window.location.href = "https://git.aramjonghu.nl/AramJonghu/aramjonghu-site"; }; return ( ); }