Description:
The footer on the Nightwatch website still displays "© 2023" instead of dynamically updating to the current year. This can give the impression that the website is outdated.
Steps to Reproduce:
- Open the Nightwatch.js website: https://nightwatchjs.org.
- Scroll to the bottom of the page to view the footer.
- Observe the copyright year in the footer text.
Screenshot

Expected Behavior:
The footer should dynamically update to display the current year, e.g., "© 2025".
Actual Behavior:
The footer displays "© 2023".
Suggested Fix:
Update the footer text to use a dynamic method to automatically update the copyright year.
Additional Information:
This issue is purely visual and does not affect the functionality of the website or library.