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
- privacy-corner
- online-summit
- meta-hackathon
- congress
confirmed:
type: boolean
tags:

View file

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

View file

@ -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) {