Skip to content

Commit aded10e

Browse files
fix(footer): update copyright to 2021
1 parent da7660e commit aded10e

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
@@ -91,7 +91,7 @@ export default function Footer({ formWidth, orgs }: FooterProps): JSX.Element {
9191
</Group>
9292
</nav>
9393
<section>
94-
<span>Copyright &copy; 2020 Tutorbook. All rights reserved.</span>
94+
<span>Copyright &copy; 2021 Tutorbook. All rights reserved.</span>
9595
</section>
9696
</footer>
9797
);

0 commit comments

Comments
 (0)