Skip to content

Commit 0ee6573

Browse files
authored
Merge pull request #305 from CivicActions/homer-1135-update-copyright-date-aj
HOMER-1135: Update copyright date to current year
2 parents ddedb01 + 8296a87 commit 0ee6573

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
@@ -49,7 +49,7 @@ const Footer = () => {
4949
</div>
5050
<div className='grid-container__item footer__bottom-links'>
5151
<div className='footer__bottom-links--wrapper'>
52-
<p className='copyright'>© 2010 —- {new Date().getFullYear()}</p>
52+
<p className='copyright'>&copy; {new Date().getFullYear()}</p>
5353
<p className='accessibility'><Link to='/accessibility-statement'>Accessibility</Link></p>
5454
<p className='licensing'><Link to='/licensing'>Licensing</Link></p>
5555
<p className='privacy'><Link to='/privacy'>Privacy</Link></p>

0 commit comments

Comments
 (0)