function Footer() { return ( ); } function FooterCol({ title, items, mono }) { return (
{title}
{items.map(it => ( e.currentTarget.style.color='var(--fg)'} onMouseLeave={e=>e.currentTarget.style.color='var(--fg-2)'} >{it} ))}
); } window.Footer = Footer;