From be6285acf65a766e708da9e3d0e2326bfe4e3347 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Fri, 22 Jul 2022 17:49:55 +0200 Subject: Fix sharing panel lighthouse warnings Replaced h5 with span and adjusted selectors. Fixed ul/li hierarchy of some elements. Signed-off-by: Vincent Petry --- apps/files_sharing/src/components/SharingEntry.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files_sharing/src/components/SharingEntry.vue') diff --git a/apps/files_sharing/src/components/SharingEntry.vue b/apps/files_sharing/src/components/SharingEntry.vue index 2d29aaf1dc6..25baf536f2f 100644 --- a/apps/files_sharing/src/components/SharingEntry.vue +++ b/apps/files_sharing/src/components/SharingEntry.vue @@ -33,7 +33,7 @@ v-tooltip.auto="tooltip" :href="share.shareWithLink" class="sharing-entry__desc"> -
{{ title }}
+ {{ title }}

{{ share.status.icon || '' }} {{ share.status.message || '' }} -- cgit v1.2.3