1 2 3 4 5 6 7 8 9
export function Legal() { return ( <div data-component="legal"> <span> ©{new Date().getFullYear()} <a href="https://anoma.ly">Anomaly</a> </span> </div> ) }