Skip to content

Commit f72ee99

Browse files
committed
feat: refactor the copyright year to date function
1 parent d3a3184 commit f72ee99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/screens/HomePage/sections/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ const Footer: React.FC<{}> = (): JSX.Element => {
278278
alt="ACM Web Logo"
279279
src={`${config.CDN_URI}/static/web_footer.png`}
280280
/>
281-
<h2>Copyright © 2021 ACM Web.</h2>
281+
<h2>Copyright © {new Date().getFullYear()} ACM Web.</h2>
282282
</Copyright>
283283
</Wrapper>
284284
</PageConstraint>

0 commit comments

Comments
 (0)