Skip to content

Commit 5d1c95e

Browse files
committed
Fix swapped names and URLs in metadata.json
Corrected the 'name' and 'url' fields for settings.js and flux.settings.js in apps/flux/metadata.json to ensure proper mapping.
1 parent 751bf92 commit 5d1c95e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/flux/metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"url": "app.js"
2626
},
2727
{
28-
"name": "settings.js",
29-
"url": "flux.settings.js"
28+
"name": "flux.settings.js",
29+
"url": "settings.js"
3030
},
3131
{
3232
"name": "flux.img",

0 commit comments

Comments
 (0)