Bug 1930656 - Use a dedicated icon for the AI button r=Mardak,firefox-ai-ml-reviewers

Updating Icon to use from global src and not addons module.

Differential Revision: https://phabricator.services.mozilla.com/D236899
This commit is contained in:
Nick Grato
2025-02-06 22:23:04 +00:00
parent 2fbeb9674c
commit a84d165198

View File

@@ -450,8 +450,7 @@ export const GenAI = {
const aiActionButton =
selectionShortcutActionPanel.querySelector("#ai-action-button");
aiActionButton.iconSrc =
"chrome://mozapps/skin/extensions/category-discover.svg";
aiActionButton.iconSrc = "chrome://global/skin/icons/highlights.svg";
const buttonActiveState = "icon";
const buttonDefaultState = "icon ghost";