Clueless-Community / clueless-official-website

This is Clueless official website where you can make your developer profile as well as meet new people across the world.
https://clueless-community.vercel.app/
MIT License
80 stars 139 forks source link

Update Footer to Display Dynamic Year #606

Open shaikahmadnawaz opened 1 year ago

shaikahmadnawaz commented 1 year ago

Description:

Currently, the year displayed in the Footer component is hardcoded as "2023". To ensure the year is always up to date, we need to make it dynamic.

Proposed Changes:

Modify the Footer component to use JavaScript to retrieve the current year dynamically. Update the displayed year in the footer to reflect the current year. These changes will ensure that the year displayed in the Footer is always accurate and does not require manual updates.

Screenshot 2023-06-02 022822

agap-0251 commented 1 year ago

I have solved the issue. Could you assign me for this. Adding a dynamic date is simple but important change to be made.Cause our attention will be on big issues and we miss the simple details. I have added date object and replaced hardcoded text with date variable. Here is the image, DynamicDate

mukundsolanki commented 1 year ago

Can I work over this Issue?