mirror of
https://github.com/web3privacy/web
synced 2024-10-15 18:26:27 +02:00
Merge branch 'web3privacy:main' into patch-2
This commit is contained in:
commit
8ed2bfff35
4 changed files with 8 additions and 8 deletions
|
@ -38,7 +38,7 @@
|
|||
"received_events_url": "https://api.github.com/users/Msiusko/received_events",
|
||||
"type": "User",
|
||||
"site_admin": false,
|
||||
"contributions": 2977
|
||||
"contributions": 2978
|
||||
},
|
||||
{
|
||||
"login": "burningtree",
|
||||
|
@ -80,7 +80,7 @@
|
|||
"received_events_url": "https://api.github.com/users/EclecticSamurai/received_events",
|
||||
"type": "User",
|
||||
"site_admin": false,
|
||||
"contributions": 516
|
||||
"contributions": 521
|
||||
},
|
||||
{
|
||||
"login": "ethanolo-eth",
|
||||
|
@ -164,7 +164,7 @@
|
|||
"received_events_url": "https://api.github.com/users/niclaz/received_events",
|
||||
"type": "User",
|
||||
"site_admin": false,
|
||||
"contributions": 143
|
||||
"contributions": 144
|
||||
},
|
||||
{
|
||||
"login": "coinmandeer",
|
||||
|
@ -395,7 +395,7 @@
|
|||
"received_events_url": "https://api.github.com/users/Bastian-CultDAO/received_events",
|
||||
"type": "User",
|
||||
"site_admin": false,
|
||||
"contributions": 5
|
||||
"contributions": 6
|
||||
},
|
||||
{
|
||||
"login": "salman01zp",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"count": "700+",
|
||||
"contributors": 30,
|
||||
"stars": 366
|
||||
"stars": 367
|
||||
}
|
|
@ -17,6 +17,6 @@
|
|||
"2024-11-11T12:00:00.000Z"
|
||||
],
|
||||
"coverUrl": "https://images.lumacdn.com/event-covers/7g/87ce6260-c05a-46be-9576-93d5c02f766f",
|
||||
"guestCount": 189
|
||||
"guestCount": 207
|
||||
}
|
||||
]
|
|
@ -6,7 +6,7 @@ export const types = [
|
|||
{ id: "summit", name: 'Summit', plural: 'Summits' },
|
||||
{ id: "privacy-corner", name: 'Privacy Corner', plural: 'Privacy Corners' },
|
||||
{ id: "online-summit", name: 'Online Summit', plural: 'Online Summits' },
|
||||
{ id: 'meta-hackathon', name: 'Meta-hackathon', plural: 'Meta-hacktahons'},
|
||||
{ id: 'meta-hackathon', name: 'Meta-hackathon', plural: 'Meta-hackathons'},
|
||||
]
|
||||
|
||||
export const countryNames = {
|
||||
|
@ -152,4 +152,4 @@ export function getSpeakerImage(speaker, size='400') {
|
|||
return speaker.thumbs[size];
|
||||
}
|
||||
return speaker.imageUrl;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue