AmanNegi / FreshNest

A platform that connects local producers directly with consumers seeking fresh produce.
https://fresh-nest.netlify.app
GNU Affero General Public License v3.0
22 stars 36 forks source link

dynamic year in footer - react website #137

Closed ArnavK-09 closed 11 months ago

ArnavK-09 commented 11 months ago

In this pull request, I've made an enhancement to our React site by implementing dynamic year display in the footer. Previously, the year was hardcoded, but now, it's automatically updated to reflect the current year. This change not only ensures that our site always displays the correct year without manual adjustments but also improves its overall user experience. It's a small but significant improvement that adds to the site's professionalism and functionality


AmanNegi commented 11 months ago

Nice observation @ArnavK-09, It's always a good idea to fill up the PR description, with a brief description of the task (even if small). Other than that it looks good to me.

ArnavK-09 commented 11 months ago

Nice observation @ArnavK-09, It's always a good idea to fill up the PR description, with a brief description of the task (even if small). Other than that it looks good to me.

Here we go, checkout pull req description

In this pull request, I've made an enhancement to our React site by implementing dynamic year display in the footer. Previously, the year was hardcoded, but now, it's automatically updated to reflect the current year. This change not only ensures that our site always displays the correct year without manual adjustments but also improves its overall user experience. It's a small but significant improvement that adds to the site's professionalism and functionality

AmanNegi commented 11 months ago

That's great! Thanks a lot for your contribution. 😁