mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-29 20:01:52 +00:00
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 <171166538+p-sage@users.noreply.github.com>
This commit is contained in:
@@ -30,7 +30,7 @@ const globalActionsTemplate = [
|
||||
{
|
||||
label: 'Copy Current URL',
|
||||
command: 'cmd_zenCopyCurrentURL',
|
||||
icon: 'chrome://browser/skin/zen-icons/edit-copy.svg',
|
||||
icon: 'chrome://browser/skin/zen-icons/link.svg',
|
||||
},
|
||||
{
|
||||
label: 'Settings',
|
||||
|
||||
Reference in New Issue
Block a user