Skip to content

Commit

Permalink
feat(footer): Update footer copyright year from 2019 to 2020 (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
kishah-iu authored and burnumd committed Jan 23, 2020
1 parent 2d75eaa commit e829825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const Footer: React.SFC<React.HTMLAttributes<HTMLDivElement>> =
</li>
{React.Children.map(children, footerNavLi)}
<li key="copyright-footer-link" className={liClass}>
<a href="https://www.iu.edu/copyright/index.html">Copyright</a> &copy; 2019 The Trustees of <a href="https://www.iu.edu/">Indiana University</a>
<a href="https://www.iu.edu/copyright/index.html">Copyright</a> &copy; 2020 The Trustees of <a href="https://www.iu.edu/">Indiana University</a>
</li>
</ul>
</footer>
Expand Down

0 comments on commit e829825

Please sign in to comment.