Skip to content

Commit 577925b

Browse files
committed
update the pause kitchen hours
1 parent 4838df8 commit 577925b

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

data/building-hours/1-2-pause-kitchen.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ schedule:
66
- title: Daylight
77
notes: The late night menu starts at 9 p.m.
88
hours:
9-
- {days: [Mo, Tu, We, Th], from: '10:30am', to: '12:00am'}
10-
- {days: [Fr, Sa], from: '10:30am', to: '9:00pm'}
11-
- {days: [Su], from: '10:30am', to: '12:00am'}
9+
- {days: [Mo, We], from: '10:30am', to: '12:00am'}
10+
- {days: [Fr], from: '10:30am', to: '9:00pm'}
11+
- {days: [Sa], from: '11:30am', to: '9:00pm'}
12+
- {days: [Su, Tu, Th], from: '11:30am', to: '12:00am'}
1213

1314
- title: Late Night
1415
hours:

docs/building-hours.json

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,26 +87,32 @@
8787
{
8888
"days": [
8989
"Mo",
90-
"Tu",
91-
"We",
92-
"Th"
90+
"We"
9391
],
9492
"from": "10:30am",
9593
"to": "12:00am"
9694
},
9795
{
9896
"days": [
99-
"Fr",
100-
"Sa"
97+
"Fr"
10198
],
10299
"from": "10:30am",
103100
"to": "9:00pm"
104101
},
105102
{
106103
"days": [
107-
"Su"
104+
"Sa"
108105
],
109-
"from": "10:30am",
106+
"from": "11:30am",
107+
"to": "9:00pm"
108+
},
109+
{
110+
"days": [
111+
"Su",
112+
"Tu",
113+
"Th"
114+
],
115+
"from": "11:30am",
110116
"to": "12:00am"
111117
}
112118
]

0 commit comments

Comments
 (0)