We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a3184 commit f72ee99Copy full SHA for f72ee99
apps/web/src/screens/HomePage/sections/Footer.tsx
@@ -278,7 +278,7 @@ const Footer: React.FC<{}> = (): JSX.Element => {
278
alt="ACM Web Logo"
279
src={`${config.CDN_URI}/static/web_footer.png`}
280
/>
281
- <h2>Copyright © 2021 ACM Web.</h2>
+ <h2>Copyright © {new Date().getFullYear()} ACM Web.</h2>
282
</Copyright>
283
</Wrapper>
284
</PageConstraint>
0 commit comments