Session 17: Audit response — checkout 401 fix, hero prop 404 fix, Slate parsing fix, ALL tab cascade isolation, cookie/nav/footer/autocomplete polish (1438 tests)

This commit is contained in:
Kev
2026-06-11 21:22:59 -04:00
parent 73b65a0248
commit beaf8b2a61
14 changed files with 681 additions and 25 deletions
+3
View File
@@ -10,6 +10,9 @@ const LEGAL_LINKS = [
{ label: 'Terms', href: '/terms' },
{ label: 'Privacy', href: '/privacy' },
{ label: 'Responsible Gambling', href: '/responsible-gambling' },
// Session 17 — support contact in the legal column. Audit found
// the platform had no support surface at all.
{ label: 'Support', href: 'mailto:support@vyndr.app' },
];
import Wordmark from '@/components/Wordmark';