@flowfuse/nr-assistant 0.1.3-339deba-202407161339.0 → 0.1.3-7b6e2d6-202407170854.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.html +1 -1
  2. package/package.json +1 -1
package/index.html CHANGED
@@ -356,7 +356,7 @@
356
356
 
357
357
  const toolbarMenuButton = $('<li><a id="red-ui-header-button-ff-ai" class="button" href="#"></a></li>')
358
358
  const toolbarMenuButtonAnchor = toolbarMenuButton.find('a')
359
- toolbarMenuButtonAnchor.css('mask-image', 'url("/resources/@flowfuse/nr-assistant/assistant-button.svg")')
359
+ toolbarMenuButtonAnchor.css('mask-image', 'url("resources/@flowfuse/nr-assistant/assistant-button.svg")')
360
360
  toolbarMenuButtonAnchor.css('mask-repeat', 'no-repeat')
361
361
  toolbarMenuButtonAnchor.css('mask-position', 'center')
362
362
  toolbarMenuButtonAnchor.css('background-color', 'currentColor')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/nr-assistant",
3
- "version": "0.1.3-339deba-202407161339.0",
3
+ "version": "0.1.3-7b6e2d6-202407170854.0",
4
4
  "description": "FlowFuse Node-RED assistant plugin",
5
5
  "main": "index.js",
6
6
  "scripts": {