Skip to content

Commit

Permalink
migrate images to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Tschonti committed Feb 19, 2024
1 parent dbe14de commit a891332
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/models/staticPresentationData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ export const kotlinPresentation: Presentation = {
questionsUrl: '',
title: 'Kotlin Multiplatform: kódmegosztás pragmatikusan',
imageUrls: [
'https://konf-api-staging.kir-dev.hu/cdn/public/KOTLIN_X7DTU1V0XFXU.svg',
'https://konf-api-staging.kir-dev.hu/cdn/public/KODE_DOWK1X158B66.png',
'https://konf-api.kir-dev.hu/cdn/public/KOTLIN_1CCDSQNPFEOYV.svg',
'https://konf-api.kir-dev.hu/cdn/public/KODEE_10PDQ52YA91EP.png',
],
presenter: {
name: 'Braun Márton Szabolcs',
pictureUrl: 'https://konf-api-staging.kir-dev.hu/cdn/public/BMARTON_1TJQY4RH9EA5.png', // TODO inkább prod link kellenne
pictureUrl: 'https://konf-api.kir-dev.hu/cdn/public/BMARTON_CTEAHPBZ8A47.webp',
rank: 'Developer Advocate, JetBrains',
},
};
Expand All @@ -34,7 +34,7 @@ export const tresoritPresentation: Presentation = {
imageUrls: [],
presenter: {
name: 'Lám István',
pictureUrl: 'https://konf-api-staging.kir-dev.hu/cdn/public/ILAM_MA9QME1TFGAG.webp', // TODO inkább prod link kellenne
pictureUrl: 'https://konf-api.kir-dev.hu/cdn/public/LISTVAN_1G03WBGQTX4KT.webp',
rank: 'Co-Founder, Board Member & Corporate Development Director, Tresorit',
},
};

0 comments on commit a891332

Please sign in to comment.