We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 426088e commit c32862dCopy full SHA for c32862d
1 file changed
src/components/structural/Footer.js
@@ -23,12 +23,12 @@ class Footer extends Component {
23
</ul>
24
</div>
25
<div className="col-lg-4 d-none d-md-block text-center">
26
- <div>© 2020 -<span> </span>
+ <div>© 2018 - {new Date().getFullYear()}<span> </span>
27
<a href="https://sites.uml.edu/engaging-computing/" target="_blank" rel="noopener noreferrer">University of Massachusetts Lowell, Engaging Computing Group</a>
28
29
30
<div className="col-sm-12 d-block d-md-none text-center">
31
- <div>© 2020 -<br />
+ <div>© 2018 - {new Date().getFullYear()}<br />
32
<a href="https://sites.uml.edu/engaging-computing/" target="_blank" rel="noopener noreferrer">University of Massachusetts Lowell,<br />Engaging Computing Group</a>
33
34
0 commit comments