mirror of
https://github.com/web3privacy/web
synced 2024-10-15 18:26:27 +02:00
Fixed typo within event.js that failed deployment
This commit is contained in:
parent
5c1905900c
commit
b8d4d642a4
1 changed files with 1 additions and 1 deletions
|
@ -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'},
|
||||
|
|
Loading…
Reference in a new issue