Fixed typo within event.js that failed deployment

This commit is contained in:
niclaz 2024-09-08 12:40:33 +02:00 committed by GitHub
parent 5c1905900c
commit b8d4d642a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ export const types = [
{ id: "", plural: 'All events'},
{ id: "meetup", name: 'Meetup', plural: 'Meetups' },
{ id: "summit", name: 'Summit', plural: 'Summits' },
{ id: "congress", name: 'Congress', plural: 'Congresses' }.
{ id: "congress", name: 'Congress', plural: 'Congresses' },
{ 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-hackathons'},