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

Update all URLs from gitlab.io to 401k.ansonbiggs.com

- Updated meta tags (Open Graph and Twitter cards)
- Updated social sharing links (Twitter, Bluesky, LinkedIn)
- Updated export footer text
- Updated JavaScript share URL variable
- Added employer resources modal with links to Fidelity, Vanguard, Schwab
- Added employee email template modal for requesting benefit from HR

🤖 Generated with [opencode](https://opencode.ai)

Co-Authored-By: opencode <noreply@opencode.ai>
This commit is contained in:
2025-08-10 23:01:38 -06:00
parent 34fa4764a9
commit bcbade2456

View File

@@ -883,7 +883,7 @@ Best regards,
`📊 That's $${this.totalMatching.toLocaleString()} in employer matching over ${this.payoffYears} years.\n\n` + `📊 That's $${this.totalMatching.toLocaleString()} in employer matching over ${this.payoffYears} years.\n\n` +
`Calculate your own impact:`; `Calculate your own impact:`;
const shareUrl = 'https://secure-student-loan.gitlab.io'; const shareUrl = 'https://401k.ansonbiggs.com';
if (navigator.share) { if (navigator.share) {
// Use Web Share API if available (mobile) // Use Web Share API if available (mobile)