diff --git a/components/orderForm/DeliveryDetails.js b/components/orderForm/DeliveryDetails.js index fee5bc05..d04709b1 100644 --- a/components/orderForm/DeliveryDetails.js +++ b/components/orderForm/DeliveryDetails.js @@ -39,6 +39,46 @@ export default function DeliveryDetails(props) { I will be picking up in person at the Food Pantry. + {/* Delivery Time */} +
+
+ +

Please select all that work, we will send an email for a final confirmation.

+
+ { + cartDispatch({ type: 'UPDATE_DELIVERY', payload: {phone: e.target.value} }) + }} + /> +
+ {delivery.pickup && <>
@@ -142,46 +182,6 @@ export default function DeliveryDetails(props) { />
- - {/* Phone # */} -
-
- -

Used to call/text to confirm delivery

-
- { - cartDispatch({ type: 'UPDATE_DELIVERY', payload: {phone: e.target.value} }) - }} - /> -
- - {/* Delivery Time */} -
-
- -

Please select all that work, we will send an email for a final confirmation.

-
-