|
@@ -1,6 +1,6 @@
|
1
|
1
|
<div class="fixed bottom-0 left-0 w-full bg-navbarcolor shadow-lg rounded-t-xl">
|
2
|
2
|
<div class="flex justify-around py-4">
|
3
|
|
- <a onclick="rsvp.showModal()" class="text-babyblue text-xl">
|
|
3
|
+ <a id="rsvp-button" onclick="rsvp.showModal()" class="text-babyblue text-xl animate__animated animate__flash animate__infinite animate__delay-4s">
|
4
|
4
|
<i class="fa-solid fa-envelope-open-text"></i>
|
5
|
5
|
</a>
|
6
|
6
|
<a onclick="emoney.showModal()" class="text-babyblue text-xl">
|
|
@@ -21,4 +21,4 @@
|
21
|
21
|
@include('modals.contact-modal')
|
22
|
22
|
@include('modals.location-modal')
|
23
|
23
|
@include('modals.calendar-modal')
|
24
|
|
-</div>
|
|
24
|
+</div>
|