Fixed 'hacktahon' typo in events.js

This commit is contained in:
niclaz 2024-08-14 18:33:37 +02:00 committed by GitHub
parent 6546dafe3d
commit 98b292b3c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}
}