Make footer popup the contact modal when contact link is clicked
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user