We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbba56b commit f909c76Copy full SHA for f909c76
src/components/Footer.js
@@ -2,7 +2,7 @@ import React from 'react';
2
3
const Footer = () => (
4
<div className="footer">
5
- © 2025{' — '}CS 1332 Teaching Team and Rodrigo Pontes, under the direction of Mary
+ © {new Date().getFullYear()}{' — '}CS 1332 Teaching Team and Rodrigo Pontes, under the direction of Mary
6
Hudachek-Buswell. © 2011
7
<a href="http://www.cs.usfca.edu/galles">David Galles</a>
8
</div>
0 commit comments