Commit be3e91c
authored
fix: make footer copyright year dynamic (JhaSourav07#1898)
## Summary
- Replaced hardcoded copyright year with a dynamic value
- Uses JavaScript Date API to automatically display the current year
## Changes Made
- Updated Footer component to use:
new Date().getFullYear()
## Testing
- Verified footer displays the current year correctly
- No UI changes introduced
close JhaSourav07#18811 file changed
Lines changed: 2 additions & 2 deletions
File tree
- app/components
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments