function Footer() { return ( ); } function FooterCol({ title, links }) { return (
{title}
{links.map(([label, href]) => ( e.currentTarget.style.color = 'var(--paper)'} onMouseLeave={e => e.currentTarget.style.color = 'var(--steel)'}> {label} ))}
); } Object.assign(window, { Footer });