Fix out-of-date footer copyright
This commit is contained in:
@@ -97,7 +97,7 @@ export const Footer = () => {
|
|||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>© 2020 Calgary Protospace Ltd.</p>
|
<p>© 2020-{new Date().getFullYear()} Calgary Protospace Ltd.</p>
|
||||||
</Container>
|
</Container>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user