In privacy policy page in the footer section added dynamic year generation instead of hard coding the year.
example : replaced "2024" with {new Date().getFullYear()} javascript function .
Year will be automatically updated instead of hard coding and pushing it again and again to production.
In privacy policy page in the footer section added dynamic year generation instead of hard coding the year. example : replaced "2024" with {new Date().getFullYear()} javascript function . Year will be automatically updated instead of hard coding and pushing it again and again to production.