From 7b523b01bdf1fa143568d8a403b2bcb8dd39e8db Mon Sep 17 00:00:00 2001 From: Adri <119002051+AdriMM26@users.noreply.github.com> Date: Sat, 4 May 2024 12:52:20 +0200 Subject: [PATCH] Canvi paella (#588) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Canvi paella * chore: Auto-fix some lint errors --------- Co-authored-by: Adrià Martínez Co-authored-by: github-actions[bot] --- src/data/schedule.ts | 4 ++-- src/data/talks.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/schedule.ts b/src/data/schedule.ts index 0cedecfb..324e76c2 100644 --- a/src/data/schedule.ts +++ b/src/data/schedule.ts @@ -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)`, }, { diff --git a/src/data/talks.ts b/src/data/talks.ts index 342be40b..6defed00 100644 --- a/src/data/talks.ts +++ b/src/data/talks.ts @@ -142,4 +142,4 @@ export const talks: Talk[] = [ isWorkshop: true, isSecret: true, }, -] \ No newline at end of file +]