fix(site): fix footer year (#8036)

This commit is contained in:
Bruno Quaresma
2023-06-14 14:59:33 -03:00
committed by GitHub
parent 6c4c3d6ce5
commit af06e80949
+1 -1
View File
@@ -40,7 +40,7 @@ export const LoginPageView: FC<LoginPageViewProps> = ({
onSubmit={onSignIn}
/>
<footer className={styles.footer}>
Copyright © 2022 Coder Technologies, Inc.
Copyright © {new Date().getFullYear()} Coder Technologies, Inc.
</footer>
</div>
</div>