Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrià Martínez committed May 4, 2024
1 parent f6504ef commit 3b97049
Showing 1 changed file with 5 additions and 3 deletions.
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 3b97049

Please sign in to comment.