mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
change bled to meta hackathon web3privacy/events#7
This commit is contained in:
parent
1a6088c8a5
commit
e920180b58
3 changed files with 5 additions and 2 deletions
|
@ -45,6 +45,8 @@ $defs:
|
|||
- hackathon
|
||||
- privacy-corner
|
||||
- online-summit
|
||||
- meta-hackathon
|
||||
- congress
|
||||
confirmed:
|
||||
type: boolean
|
||||
tags:
|
||||
|
|
|
@ -237,9 +237,9 @@
|
|||
design:
|
||||
image: summit02
|
||||
|
||||
- id: h24ble
|
||||
- id: q24ble
|
||||
issue: 7
|
||||
type: hackathon
|
||||
type: meta-hackathon
|
||||
date: "2024-06-19"
|
||||
days: 7
|
||||
city: Bled
|
||||
|
|
|
@ -31,6 +31,7 @@ const eventTypes = {
|
|||
hackathon: { code: "h" },
|
||||
"privacy-corner": { code: "c" },
|
||||
"online-summit": { code: "os" },
|
||||
'meta-hackathon': { code: "q" },
|
||||
};
|
||||
const usedIds = [];
|
||||
for (const event of engine.rendered.events) {
|
||||
|
|
Loading…
Reference in a new issue