Skip to content

Commit b834c7e

Browse files
author
Simon Bjerre
committed
added fancy loading animation
1 parent ddcaa70 commit b834c7e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/BookingComponentv3.jsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@ const BookingComponent = () => {
9898
""
9999
) : (
100100
<tr className="h-12">
101-
<td colSpan={4}>Loading...</td>
101+
<td colSpan={4}>
102+
<iframe src="https://lottie.host/embed/f38f2e55-b47a-4836-850e-7db8f1c45410/rlLEGSkU2x.json" className="w-full h-full" />
103+
</td>
102104
</tr>
103105
)}
104106

0 commit comments

Comments
 (0)