diff --git a/components/Shell.tsx b/components/Shell.tsx index 2194679e..fa6f558e 100644 --- a/components/Shell.tsx +++ b/components/Shell.tsx @@ -255,7 +255,7 @@ export default function Shell(props: {
-
+

{props.heading}

diff --git a/components/ui/Button.tsx b/components/ui/Button.tsx index 8c085141..2138ca06 100644 --- a/components/ui/Button.tsx +++ b/components/ui/Button.tsx @@ -54,7 +54,8 @@ export const Button = forwardRef { onChange={(e) => (e.target.checked ? replace([defaultDayRange]) : replace([]))} className="inline-block border-gray-300 rounded-sm focus:ring-neutral-500 text-neutral-900" /> - {weekday} + {weekday}
{fields.map((field, index) => ( -
+
@@ -157,7 +157,7 @@ const ScheduleBlock = ({ name, day, weekday }: ScheduleBlockProps) => { />
))} - {!fields.length && t("no_availability")} + {!fields.length && t("no_availability")}