1
0
mirror of https://gitlab.com/MisterBiggs/secure-act-2.0.git synced 2025-08-18 00:34:43 +00:00

Add year context to footer for data currency

- Add copyright year and data currency notice to footer
- Helps users understand that financial statistics change frequently
- Provides important temporal context for student loan debt figures
This commit is contained in:
2025-08-13 11:47:47 -06:00
parent bb0fdbf835
commit 6f5e360b0a

View File

@@ -874,6 +874,9 @@ Best regards,
<p class="mt-2 text-gray-500"> <p class="mt-2 text-gray-500">
This calculator is for informational purposes only. Consult your HR department and financial advisor for specific guidance. This calculator is for informational purposes only. Consult your HR department and financial advisor for specific guidance.
</p> </p>
<p class="mt-2 text-gray-600 text-xs">
© 2025 | Data current as of 2025 - Student loan and financial statistics change frequently
</p>
</div> </div>
</div> </div>
</footer> </footer>