Skip to content

Commit

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

* lint

---------

Co-authored-by: Adrià Martínez <[email protected]>
  • Loading branch information
AdriMM26 and Adrià Martínez authored May 4, 2024
1 parent eb01851 commit bba98f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 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
8 changes: 5 additions & 3 deletions src/data/talks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ export const talks: Talk[] = [
isSecret: true,
},
{
title: 'Galileo Mastermind: Develop a platform for crowdsourcing GNSS data to analyse Galileo signals',
title:
'Galileo Mastermind: Develop a platform for crowdsourcing GNSS data to analyse Galileo signals',
description: '',
location: 'A5002',
company: 'ESA',
Expand Down Expand Up @@ -61,7 +62,8 @@ export const talks: Talk[] = [
isSecret: true,
},
{
title: 'From Padawan to Jedi: Essential Tactics for First-Time Participants by a Jedi Master',
title:
'From Padawan to Jedi: Essential Tactics for First-Time Participants by a Jedi Master',
description: '',
location: 'A5002',
company: 'BlueTab',
Expand All @@ -84,7 +86,7 @@ export const talks: Talk[] = [
isSecret: true,
},
{
title: 'AI Work Assistant. Don\'t click, tell me what you need.',
title: "AI Work Assistant. Don't click, tell me what you need.",
description: '',
location: 'A5001',
company: 'Seidor',
Expand Down

0 comments on commit bba98f1

Please sign in to comment.