additional fetaure buildout for footer and footer links

This commit is contained in:
KS Jannette
2026-05-12 18:31:41 -04:00
parent c387798be7
commit a341741ac6
11 changed files with 419 additions and 62 deletions

View File

@@ -27,14 +27,14 @@ export default function Footer() {
>
Privacy
</Link>
<a
href="mailto:support@koinp.ing"
<Link
to="/support"
target="_blank"
rel="noopener noreferrer"
className="footer__link"
>
Contact Support
</a>
</Link>
</div>
</footer>
);