change bled to meta hackathon web3privacy/events#7

This commit is contained in:
tree🌴 2024-03-16 03:54:58 +01:00
parent 1a6088c8a5
commit e920180b58
3 changed files with 5 additions and 2 deletions

View file

@ -45,6 +45,8 @@ $defs:
- hackathon - hackathon
- privacy-corner - privacy-corner
- online-summit - online-summit
- meta-hackathon
- congress
confirmed: confirmed:
type: boolean type: boolean
tags: tags:

View file

@ -237,9 +237,9 @@
design: design:
image: summit02 image: summit02
- id: h24ble - id: q24ble
issue: 7 issue: 7
type: hackathon type: meta-hackathon
date: "2024-06-19" date: "2024-06-19"
days: 7 days: 7
city: Bled city: Bled

View file

@ -31,6 +31,7 @@ const eventTypes = {
hackathon: { code: "h" }, hackathon: { code: "h" },
"privacy-corner": { code: "c" }, "privacy-corner": { code: "c" },
"online-summit": { code: "os" }, "online-summit": { code: "os" },
'meta-hackathon': { code: "q" },
}; };
const usedIds = []; const usedIds = [];
for (const event of engine.rendered.events) { for (const event of engine.rendered.events) {