Skip to content

Commit f909c76

Browse files
committed
Make footer year update
1 parent fbba56b commit f909c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react';
22

33
const Footer = () => (
44
<div className="footer">
5-
&copy; 2025{' — '}CS 1332 Teaching Team and Rodrigo Pontes, under the direction of Mary
5+
&copy; {new Date().getFullYear()}{' — '}CS 1332 Teaching Team and Rodrigo Pontes, under the direction of Mary
66
Hudachek-Buswell. &copy; 2011&nbsp;
77
<a href="http://www.cs.usfca.edu/galles">David Galles</a>
88
</div>

0 commit comments

Comments
 (0)