function Footer() { return ( ); } function FooterCol({ title, links }) { return (
{title}
{links.map(l => ( e.currentTarget.style.color = 'var(--s4-amber)'} onMouseLeave={e => e.currentTarget.style.color = 'var(--fg-1)'}>{l.label} ))}
); } window.Footer = Footer;