From: colemanw Date: Sun, 1 Oct 2023 18:03:45 +0000 (-0400) Subject: Update icon for relationship permission X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c041f8e86ba327da19ba60e0f1f53024cc3ad433;p=civicrm-core.git Update icon for relationship permission --- diff --git a/CRM/Core/SelectValues.php b/CRM/Core/SelectValues.php index b416d0e7fe..e3886e2fd1 100644 --- a/CRM/Core/SelectValues.php +++ b/CRM/Core/SelectValues.php @@ -1091,7 +1091,7 @@ class CRM_Core_SelectValues { 'id' => CRM_Contact_BAO_Relationship::EDIT, 'name' => 'View and update', 'label' => ts('View and update'), - 'icon' => 'fa-pencil', + 'icon' => 'fa-pencil-square', ], ]; }