mirror of
https://github.com/web3privacy/web
synced 2024-10-15 18:26:27 +02:00
update
This commit is contained in:
parent
78d46891a4
commit
09bf3e4b28
2 changed files with 16 additions and 3 deletions
|
@ -50,15 +50,15 @@ function nameRenderer (item) {
|
|||
switch (item.type) {
|
||||
case 'summit':
|
||||
num = item.id.match(/^w3ps(\d+)$/)[1]
|
||||
return `Summmit #${num} ${item.city}`// + (cc ? ` @ ${cc}` : '')
|
||||
return `W3PN Summmit #${num} ${item.city}`// + (cc ? ` @ ${cc}` : '')
|
||||
break;
|
||||
case 'meetup':
|
||||
num = item.id.match(/(\d+)$/)
|
||||
return `Meetup ${item.city} #${num ? num[1] : 'TBD'}`// + (cc ? ` @ ${cc}` : '')
|
||||
return `W3PN Meetup ${item.city} #${num ? num[1] : 'TBD'}`// + (cc ? ` @ ${cc}` : '')
|
||||
break;
|
||||
case 'hackathon':
|
||||
num = item.id.match(/^w3ph(\d+)$/)[1]
|
||||
return `Hackathon #${num} ${item.city}`// + (cc ? ` @ ${cc}` : '')
|
||||
return `W3PN Hackathon #${num} ${item.city}`// + (cc ? ` @ ${cc}` : '')
|
||||
break;
|
||||
case 'privacy-corner':
|
||||
return `Privacy Corner at `+ (item.coincidenceFull ? item.coincidenceFull : `${item.coincidence} ${year}`)
|
||||
|
|
|
@ -874,6 +874,17 @@
|
|||
"mykola-siusko"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "pc-rome-2024",
|
||||
"type": "privacy-corner",
|
||||
"date": "2024-10-04",
|
||||
"days": 3,
|
||||
"city": "Brno",
|
||||
"country": "cz",
|
||||
"coincidence": "ETHRome",
|
||||
"coincidenceFull": "ETHRome 2024",
|
||||
"lead": "Tree"
|
||||
},
|
||||
{
|
||||
"id": "w3ps4",
|
||||
"type": "summit",
|
||||
|
@ -901,9 +912,11 @@
|
|||
"id": "pc-brno-2024",
|
||||
"type": "privacy-corner",
|
||||
"date": "2024-10-25",
|
||||
"days": 3,
|
||||
"city": "Brno",
|
||||
"country": "cz",
|
||||
"coincidence": "ETHBrno",
|
||||
"coincidenceFull": "ETHBrno3",
|
||||
"lead": "Tree"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue