Skip to content

Commit

Permalink
Update background.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhendricks00 authored Oct 22, 2024
1 parent 9002958 commit 67d98cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/firefox/js/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function updatePageAction(status, tabId) {
} else if (status === "starred") {
iconPath = "res/icons/starred.png";
} else if (status === "default") {
iconPath = "res/ext_icon_144.png";
iconPath = "res/icons/default.png";
}

// Show the page action (icon in the address bar)
Expand Down

0 comments on commit 67d98cf

Please sign in to comment.