This commit is contained in:
tree 2022-01-01 10:38:14 +01:00
rodič 1b78f0568e
revize 73b8044aa7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání

Zobrazit soubor

@ -35,7 +35,7 @@ const methods = {
if (speaker.web) {
socials.push(`Web: [${speaker.web.name ? speaker.web.name : speaker.name}](${speaker.web.url})`)
}
const img = `![](https://spec.utxo.cz/photos/speakers/${speaker.id}-sm.png)`
const img = `![](https://spec.utxo.cz/22/photos/speakers/${speaker.id}-sm.png)`
const item = `### ${img} ${speaker.name}\n\n* ${speaker.bio.trim()}${orgs}\n* ${socials.join(', ')}`;
speakersLeadsArr.push(item)
}