Merge pull request 'sites/angestoepselt/_data/config.json aktualisiert' (#177) from sebwue-patch-2 into main

Reviewed-on: https://codeberg.org/angestoepselt/homepage/pulls/177
Reviewed-by: matti <matthias@mailbro.de>
This commit is contained in:
Matthias Hemmerich 2025-04-02 19:47:42 +00:00
commit 5436deda2a

View file

@ -1,8 +1,8 @@
{ {
"applicationsClosed": true, "applicationsClosed": false,
"devices": [ "devices": [
{ "name": "Laptop", "available": false }, { "name": "Laptop", "available": true },
{ "name": "Laptop ohne Akku", "available": false }, { "name": "Laptop ohne Akku", "available": true },
{ "name": "Desktop-Computer", "available": true } { "name": "Desktop-Computer", "available": true }
] ]
} }