Skip to content

Commit

Permalink
✏️ fix some typos
Browse files Browse the repository at this point in the history
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
  • Loading branch information
SindreKjelsrud committed Sep 10, 2024
1 parent 7dda57b commit ca684f0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/components/Main/FAQ.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const questionsNO: Question[] = [
{
question: "Hvor finner konferansen sted?",
answer:
"Konferansen finner sted i Tivoli på det Akademiske Kvarter, Olav Kyrres Gate 49, Bergen.",
"Konferansen finner sted i Storelogen på det Akademiske Kvarter, Olav Kyrres Gate 49, Bergen.",
},
{
question: "Blir det bar?",
Expand All @@ -25,7 +25,7 @@ const questionsNO: Question[] = [
{
question: "Er det gratis?",
answer:
"Ja, konferansen er gratis of åpen for alle på grunn av våre snille sponsorer.",
"Ja, konferansen er gratis og åpen for alle på grunn av våre snille sponsorer.",
},
];
Expand All @@ -43,7 +43,7 @@ const questionsEN: Question[] = [
{
question: "Where is the conference located?",
answer:
"The conference is located at Tivoli at the Academic Quarter, Olav Kyrres Gate 49, Bergen.",
"The conference is located at Storelogen at the Academic Quarter, Olav Kyrres Gate 49, Bergen.",
},
{
question: "Will there be a bar?",
Expand Down
2 changes: 1 addition & 1 deletion src/program/2024.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"description": "Sindre gives a quick introduction to Open Source and talks about its benefits, well-known projects, and how to get started.",
"speaker": {
"name": "Sindre Kjelsrud",
"description": "Recent graduate developer, Capgemini",
"description": "Software Engineer, Capgemini",
"imageUrl": "/speakers/Sindre-Kjelsrud.webp"
},
"image": "TODO: path to some image in static dir",
Expand Down
2 changes: 1 addition & 1 deletion src/program/2024.no.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"description": "Sindre gir en rask introduksjon til Open Source og forteller om fordelene, kjente prosjekter og hvor du starter.",
"speaker": {
"name": "Sindre Kjelsrud",
"description": "Nyutdanna utvikler, Capgeminis",
"description": "Utvikler, Capgemini",
"imageUrl": "/speakers/Sindre-Kjelsrud.webp"
},
"image": "TODO: path to some image in static dir",
Expand Down

0 comments on commit ca684f0

Please sign in to comment.