Skip to content

Commit

Permalink
Fix footer year
Browse files Browse the repository at this point in the history
  • Loading branch information
axelpezzo committed May 26, 2022
1 parent bef79a4 commit ea72fa9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/accessories/footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ const Footer: FunctionComponent = () => {
Open Hospital is an ISF's project
</div>
<div className="footer__infoBox__row">
2005 - 2020 ISF © Informatici Senza Frontiere - NGO
2005 - {new Date().getFullYear()} ISF © Informatici Senza Frontiere -
NGO
</div>
<div className="footer__infoBox__row">
Viale IV Novembre, 100 - 31100 Treviso - Italy
Expand Down

0 comments on commit ea72fa9

Please sign in to comment.