From 7902dfb3ef7808e05fe4d54a3a3782170218c41c Mon Sep 17 00:00:00 2001 From: p-sage <171166538+p-sage@users.noreply.github.com> Date: Sat, 25 Oct 2025 21:11:01 +0200 Subject: [PATCH] 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> --- src/zen/urlbar/ZenUBGlobalActions.sys.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zen/urlbar/ZenUBGlobalActions.sys.mjs b/src/zen/urlbar/ZenUBGlobalActions.sys.mjs index 8418e14be..5f09607d4 100644 --- a/src/zen/urlbar/ZenUBGlobalActions.sys.mjs +++ b/src/zen/urlbar/ZenUBGlobalActions.sys.mjs @@ -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',