diff --git a/app/register/page.tsx b/app/register/page.tsx index 0b03737..21aafe5 100644 --- a/app/register/page.tsx +++ b/app/register/page.tsx @@ -272,6 +272,12 @@ export default function RegisterPage() { + {includeAccommodation && ( +

+ We'll follow up closer to the event to confirm room assignments and accommodation details. +

+ )} + {/* Food note */}

@@ -281,12 +287,6 @@ export default function RegisterPage() {

- {includeAccommodation && ( -

- We'll follow up closer to the event to confirm room assignments and accommodation details. -

- )} - {/* Total */}
@@ -541,7 +541,7 @@ export default function RegisterPage() { setFormData({ ...formData, howHeard: e.target.value })} />