We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddcaa70 commit b834c7eCopy full SHA for b834c7e
src/components/BookingComponentv3.jsx
@@ -98,7 +98,9 @@ const BookingComponent = () => {
98
""
99
) : (
100
<tr className="h-12">
101
- <td colSpan={4}>Loading...</td>
+ <td colSpan={4}>
102
+ <iframe src="https://lottie.host/embed/f38f2e55-b47a-4836-850e-7db8f1c45410/rlLEGSkU2x.json" className="w-full h-full" />
103
+ </td>
104
</tr>
105
)}
106
0 commit comments