aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src/components/SharingEntry.vue
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2022-07-22 17:49:55 +0200
committerVincent Petry <vincent@nextcloud.com>2022-07-22 17:49:55 +0200
commitbe6285acf65a766e708da9e3d0e2326bfe4e3347 (patch)
treeabe0dea7fc08e10a9fbb924c4b389b841319737b /apps/files_sharing/src/components/SharingEntry.vue
parent6c42874f04477a9741089bd4763ad47ad4130b2f (diff)
downloadnextcloud-server-be6285acf65a766e708da9e3d0e2326bfe4e3347.tar.gz
nextcloud-server-be6285acf65a766e708da9e3d0e2326bfe4e3347.zip
Fix sharing panel lighthouse warnings
Replaced h5 with span and adjusted selectors. Fixed ul/li hierarchy of some elements. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'apps/files_sharing/src/components/SharingEntry.vue')
-rw-r--r--apps/files_sharing/src/components/SharingEntry.vue2
1 files changed, 1 insertions, 1 deletions
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">
- <h5>{{ title }}<span v-if="!isUnique" class="sharing-entry__desc-unique"> ({{ share.shareWithDisplayNameUnique }})</span></h5>
+ <span>{{ title }}<span v-if="!isUnique" class="sharing-entry__desc-unique"> ({{ share.shareWithDisplayNameUnique }})</span></span>
<p v-if="hasStatus">
<span>{{ share.status.icon || '' }}</span>
<span>{{ share.status.message || '' }}</span>