diff --git a/src/app/slots/slots.tsx b/src/app/slots/slots.tsx index 45c2196..cc8430f 100644 --- a/src/app/slots/slots.tsx +++ b/src/app/slots/slots.tsx @@ -177,15 +177,10 @@ export default function View() { )} {/* Timetable Section */} -
+
-
- ({ - slotName: buttonTexts[i], - showName: true, - }))} - /> +
+
diff --git a/src/components/ui/TimeTable.tsx b/src/components/ui/TimeTable.tsx index cdb647a..bfa14d5 100644 --- a/src/components/ui/TimeTable.tsx +++ b/src/components/ui/TimeTable.tsx @@ -119,8 +119,12 @@ export default function TimeTable({ slotNames }: { slotNames: tableFacingSlot[] return (
{cells}