@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.
- package/index.html +1 -1
- 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("
|
|
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')
|