function Footer({ go }) {
  return (
    <footer style={{marginTop:'auto'}}>
      <div className="shell" style={{paddingTop:40, paddingBottom:28}}>
        <span className="ts-stat" style={{color:'var(--ink-4)', fontSize:11}}>© {new Date().getFullYear()} The Other Side</span>
      </div>
    </footer>
  );
}
window.Footer = Footer;
