fix(docs): wrong publisher icon path in developing extension docs

This commit is contained in:
Ramesh Mane
2024-11-28 11:29:49 +00:00
parent 295c762711
commit b38a6cc5dd

View File

@@ -39,7 +39,7 @@ In your new folder, create a `manifest.json` file that describes the extension a
"email": "contact@nocodb.com",
"url": "https://www.nocodb.com",
"icon": {
"src": "csv-import-ee/assets/publisher-icon.svg",
"src": "data-exporter/assets/publisher-icon.svg",
"width": 24,
"height": 24
}