diff --git a/src/contributors.json b/src/contributors.json index 87b501f..965c283 100644 --- a/src/contributors.json +++ b/src/contributors.json @@ -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", diff --git a/src/db-repo.json b/src/db-repo.json index 0f42188..a761898 100644 --- a/src/db-repo.json +++ b/src/db-repo.json @@ -1,5 +1,5 @@ { "count": "700+", "contributors": 30, - "stars": 366 + "stars": 367 } \ No newline at end of file diff --git a/src/events-ext.json b/src/events-ext.json index afaa115..8267c19 100644 --- a/src/events-ext.json +++ b/src/events-ext.json @@ -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 } ] \ No newline at end of file diff --git a/src/lib/events.js b/src/lib/events.js index 49efb75..32aacfb 100644 --- a/src/lib/events.js +++ b/src/lib/events.js @@ -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; -} \ No newline at end of file +}