Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Canvi paella #590

Merged
merged 2 commits into from
May 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading