Skip to content

Commit

Permalink
Canvi paella (#588)
Browse files Browse the repository at this point in the history
* Canvi paella

* chore: Auto-fix some lint errors

---------

Co-authored-by: Adrià Martínez <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored May 4, 2024
1 parent 7f2e62e commit 7b523b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/data/schedule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,8 @@ export const schedule: RawSchedule = {
mapId: 'indoors',
},
title: '🥘 Lunch',
start: '04/05/2024 13:00',
end: '04/05/2024 14:30',
start: '04/05/2024 13:30',
end: '04/05/2024 15:00',
description: /* markdown */ `Recharge your batteries with a delicious **paella**! [More information](/meals)`,
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/data/talks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,4 @@ export const talks: Talk[] = [
isWorkshop: true,
isSecret: true,
},
]
]

0 comments on commit 7b523b0

Please sign in to comment.