Skip to content

Commit

Permalink
Fix pizza time (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreugallofre authored May 4, 2024
1 parent bba98f1 commit 0adf942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/schedule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -478,8 +478,8 @@ export const schedule: RawSchedule = {
mapId: 'indoors',
},
title: '🍕 Dinner',
start: '04/05/2024 20:00',
end: '04/05/2024 21:30',
start: '04/05/2024 20:30',
end: '04/05/2024 22:00',
description: /* markdown */ `Hard day? It's normal after 24 hours coding... you deserve a really good dinner! **PIZZA TIME** [More information](/meals)`,
},
{
Expand Down

0 comments on commit 0adf942

Please sign in to comment.