Skip to content

Commit 7902dfb

Browse files
authored
fix: Change icon for 'Copy Current URL' action, p=#11018
This PR simply changes the icon of 'Copy Current URL' action to match the one used in the new 'Copy URL' button in the URL Bar Signed-off-by: p-sage <[email protected]>
1 parent 8df8a1e commit 7902dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zen/urlbar/ZenUBGlobalActions.sys.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const globalActionsTemplate = [
3030
{
3131
label: 'Copy Current URL',
3232
command: 'cmd_zenCopyCurrentURL',
33-
icon: 'chrome://browser/skin/zen-icons/edit-copy.svg',
33+
icon: 'chrome://browser/skin/zen-icons/link.svg',
3434
},
3535
{
3636
label: 'Settings',

0 commit comments

Comments
 (0)