Skip to content

Commit

Permalink
Add Food Menus
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnans2006 committed Feb 22, 2024
1 parent 52e13ca commit 92a2909
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/eventdata/schedule.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const scheduleItems = [
},
{
title: 'Lunch',
description: 'Salads from Panera Bread and Sandwiches from Potbelly',
time: dayjs('2/24/2024 13:00', timeFormat),
end: dayjs('2/24/2024 14:00', timeFormat)
},
Expand All @@ -55,6 +56,7 @@ const scheduleItems = [
},
{
title: 'Dinner',
description: 'Pasta from Noodles & Company',
time: dayjs('2/24/2024 19:00', timeFormat),
end: dayjs('2/24/2024 20:00', timeFormat)
},
Expand All @@ -77,8 +79,7 @@ const scheduleItems = [
},
{
title: 'Breakfast',
description:
'Einstein Bros. Bagels: Honey, Blueberry, Chocolate Chip, Cinnamon Raisin, Plain, Everything<br /><br />Blueberry Muffins',
description: 'Einstein Bros. Bagels and Blueberry Muffins',
time: dayjs('2/25/2024 06:00', timeFormat),
end: dayjs('2/25/2024 08:00', timeFormat)
},
Expand Down

0 comments on commit 92a2909

Please sign in to comment.