DhanushNehru / breakout-game

A simple breakout game
https://breakout-game-dhanushnehru.netlify.app/
MIT License
8 stars 25 forks source link

Dynamically Update Copyright Year Based on the Current Year #46

Open DhanushNehru opened 5 months ago

DhanushNehru commented 5 months ago

Background Currently, the copyright year displayed on our website is hardcoded to "2022". This requires manual updates each year to reflect the correct year, which can easily be overlooked and lead to outdated information being displayed.

Objective The goal of this issue is to modify the copyright year so that it dynamically updates based on the current year. This will ensure the website always shows the correct copyright year without needing manual intervention.

Screenshot 2024-05-21 at 8 46 11 PM
Davichobits commented 5 months ago

Can you assign me this issue, please? I can collaborate on solving it.