### 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: 1. Open the Nightwatch.js website: [https://nightwatchjs.org](https://nightwatchjs.org). 2. Scroll to the bottom of the page to view the footer. 3. 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.
Activity
rahulptl165 commentedon Jan 3, 2025
hi @garg3133 , i have created pull for fixing this issue. pls review it.