diff --git a/plugins/contact-assets/assets/profile-background-light.png b/plugins/contact-assets/assets/profile-background-light.png index df0827bcc0..33cd8ff406 100644 Binary files a/plugins/contact-assets/assets/profile-background-light.png and b/plugins/contact-assets/assets/profile-background-light.png differ diff --git a/plugins/contact-resources/src/components/person/EmployeePreviewPopup.svelte b/plugins/contact-resources/src/components/person/EmployeePreviewPopup.svelte index 8cb211731e..4aed359842 100644 --- a/plugins/contact-resources/src/components/person/EmployeePreviewPopup.svelte +++ b/plugins/contact-resources/src/components/person/EmployeePreviewPopup.svelte @@ -13,7 +13,7 @@ // limitations under the License. --> @@ -80,7 +84,7 @@ person={employee} name={employee?.name} {disabled} - showStatus + showStatus={isEmployee} statusSize="medium" style="modern" clickable @@ -94,14 +98,16 @@ -