You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of the stacked circular footer component in Spectrum UI has a static year (2024) mentioned in the copyright line. To ensure the footer remains up-to-date without manual intervention, the year should be dynamically generated based on the current date.
Steps to Reproduce
Navigate to the stacked circular footer component.
Observe the copyright line mentioning the year 2024.
Expected Behavior
The year in the copyright line should automatically update to the current year.
Actual Behavior
The year in the copyright line is statically set to 2024.
Suggested Solution
Implement a dynamic method to generate the current year in the copyright line of the stacked circular footer component.
Additional Context
This change will ensure that the footer remains accurate and up-to-date, improving the overall user experience and reducing the need for manual updates.
The text was updated successfully, but these errors were encountered:
Issue Title:
Make the Year in Stacked Circular Footer Dynamic
Issue Description:
The current implementation of the stacked circular footer component in Spectrum UI has a static year (2024) mentioned in the copyright line. To ensure the footer remains up-to-date without manual intervention, the year should be dynamically generated based on the current date.
Steps to Reproduce
Expected Behavior
The year in the copyright line should automatically update to the current year.
Actual Behavior
The year in the copyright line is statically set to 2024.
Suggested Solution
Implement a dynamic method to generate the current year in the copyright line of the stacked circular footer component.
Additional Context
This change will ensure that the footer remains accurate and up-to-date, improving the overall user experience and reducing the need for manual updates.
The text was updated successfully, but these errors were encountered: