Fix out-of-date footer copyright

This commit is contained in:
DeflateAwning 2022-12-21 16:47:21 -07:00
parent 603646947a
commit 23938aa075

View File

@ -97,7 +97,7 @@ export const Footer = () => {
</a>
</p>
<p>© 2020 Calgary Protospace Ltd.</p>
<p>© 2020-{new Date().getFullYear()} Calgary Protospace Ltd.</p>
</Container>
</div>
);