We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c4c3d6 commit af06e80Copy full SHA for af06e80
site/src/pages/LoginPage/LoginPageView.tsx
@@ -40,7 +40,7 @@ export const LoginPageView: FC<LoginPageViewProps> = ({
40
onSubmit={onSignIn}
41
/>
42
<footer className={styles.footer}>
43
- Copyright © 2022 Coder Technologies, Inc.
+ Copyright © {new Date().getFullYear()} Coder Technologies, Inc.
44
</footer>
45
</div>
46
0 commit comments