Skip to content

Commit ebdce68

Browse files
feat(footer): update copyright year to 2022
1 parent 3f6d194 commit ebdce68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/footer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export default function Footer({ formWidth, orgs }: FooterProps): JSX.Element {
8080
</Group>
8181
</nav>
8282
<section>
83-
<span>Copyright &copy; 2021 Tutorbook. All rights reserved.</span>
83+
<span>Copyright &copy; 2022 Tutorbook. All rights reserved.</span>
8484
</section>
8585
</footer>
8686
);

0 commit comments

Comments
 (0)