The year in the footer was hardcoded to 2020. This MR changes that to set the year to the current year.
Before:
After:
This uses new Date().getFullYear() so in the future you won't have to worry about updating it after every year.
new Date().getFullYear()