Skip to content

fix: current year in the footer

The year in the footer was hardcoded to 2020. This MR changes that to set the year to the current year.

Before: Screenshot_from_2023-10-06_14-30-13

After: Screenshot_from_2023-10-06_14-33-59

This uses new Date().getFullYear() so in the future you won't have to worry about updating it after every year.

Merge request reports

Loading