diff --git a/packages/platform/examples/base/src/pages/[bookingUid].tsx b/packages/platform/examples/base/src/pages/[bookingUid].tsx
index 8b2573acc2..d4b5502eb9 100644
--- a/packages/platform/examples/base/src/pages/[bookingUid].tsx
+++ b/packages/platform/examples/base/src/pages/[bookingUid].tsx
@@ -35,6 +35,7 @@ export default function Bookings(props: { calUsername: string; calEmail: string
{isLoading &&
Loading...
}
{!isLoading && booking && (
{booking.status === "accepted" ? (
@@ -43,7 +44,9 @@ export default function Bookings(props: { calUsername: string; calEmail: string
name="circle-check-big"
className="my-5 flex h-[40px] w-[40px] rounded-full bg-green-500"
/>
-
This meeting is scheduled
+
+ This meeting is scheduled
+
We sent an email with a calendar invitation with the details to everyone.
) : (
@@ -134,7 +137,7 @@ export default function Bookings(props: { calUsername: string; calEmail: string
<>
-
+
Need to make a change?{" "}