From 982097f0a7fe2ecf46edc8756fc19f2a5c354ad7 Mon Sep 17 00:00:00 2001 From: Pratik Date: Sat, 24 Feb 2024 05:39:19 +0530 Subject: [PATCH] user_profile_modal: Change "edit" icon and "copy link" icon. This commit replaces the fontawesome "edit" and "copy-link" icon found in the user profile modal with the corresponding zulip icons. It also moves the functional classes like user-profile-manage-own-copy-link-button from the icon element to its container, including adding a new div wrapping the icon in user-profile-manage-others-edit-button. --- web/templates/user_profile_modal.hbs | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/web/templates/user_profile_modal.hbs b/web/templates/user_profile_modal.hbs index e5b2499576..e4c218897c 100644 --- a/web/templates/user_profile_modal.hbs +++ b/web/templates/user_profile_modal.hbs @@ -18,16 +18,18 @@ {{/if}} {{> user_full_name name=full_name}} - - + + {{#if is_me}} - - + + {{/if}} {{#if can_manage_profile}} - +
+ +
{{/if}}