Make footer popup the contact modal when contact link is clicked

This commit is contained in:
2025-11-21 20:44:18 -06:00
parent abc192887f
commit 6c14d771d6
11 changed files with 100 additions and 50 deletions

View File

@@ -11,7 +11,7 @@
<div class="flex justify-center space-x-6 text-sm">
<a href="#" class="hover:text-white transition">Terms</a>
<a href="#" class="hover:text-white transition">Privacy</a>
<a href="#" class="hover:text-white transition">Contact</a>
<a (click)="toggleContactModal()" class="hover:text-white transition">Contact</a>
</div>
</div>
</footer>