diff options
-rw-r--r-- | apps/files_sharing/src/components/SharingInput.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/src/components/SharingInput.vue b/apps/files_sharing/src/components/SharingInput.vue index 2a02af1be0f..1de28abef82 100644 --- a/apps/files_sharing/src/components/SharingInput.vue +++ b/apps/files_sharing/src/components/SharingInput.vue @@ -560,7 +560,7 @@ export default { background-repeat: no-repeat; background-position: center; background-color: var(--color-text-maxcontrast) !important; - div { + .avatardiv__initials-wrapper { display: none; } } |