Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
©
  • Loading branch information
aslilac committed Apr 23, 2024
commit 805bf2af92f2a75c61d03bad8491009facbf45a8
2 changes: 1 addition & 1 deletion site/src/pages/LoginPage/LoginPageView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const LoginPageView: FC<LoginPageViewProps> = ({
)}
<footer css={styles.footer}>
<div>
Copyright © {new Date().getFullYear()} Coder Technologies, Inc.
Copyright &copy; {new Date().getFullYear()} Coder Technologies, Inc.
</div>
<div>{buildInfo?.version}</div>
</footer>
Expand Down