diff --git a/estore/src/app/admin/page.tsx b/estore/src/app/admin/page.tsx index e04a1f6..b326dd6 100644 --- a/estore/src/app/admin/page.tsx +++ b/estore/src/app/admin/page.tsx @@ -281,6 +281,26 @@ function HoursEditor() { ))} +
+ +

+ Minimum notice required before a delivery or pickup can be booked. Dates within this window are greyed out on the calendar. +

+ setConfig((prev) => prev ? { ...prev, leadTimeHours: Math.max(1, parseInt(e.target.value) || 48) } : prev)} + style={{ width: 100 }} + /> + hours +
+