Skip to content

Commit 46c2f50

Browse files
fix: Corrects 'src' to 'path' in screenshots
1 parent 9f748ed commit 46c2f50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/plugin.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
"screenshots": [
2222
{
2323
"name": "Dashboard",
24-
"src": "img/screenshot/dashboard.png"
24+
"path": "img/screenshot/dashboard.png"
2525
},
2626
{
2727
"name": "Query Editor",
28-
"src": "img/screenshot/query-editor.png"
28+
"path": "img/screenshot/query-editor.png"
2929
},
3030
{
3131
"name": "Variable Editor",
32-
"src": "img/screenshot/variable-editor.png"
32+
"path": "img/screenshot/variable-editor.png"
3333
}
3434
],
3535
"version": "%VERSION%",

0 commit comments

Comments
 (0)