Merge pull request #41808 from nextcloud/accessibility/breadcrumbs

accessibility fix - changed the dir attribute to have valid value
pull/41928/head
Ferdinand Thiessen 6 months ago committed by GitHub
commit 63b1084242
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,6 +6,8 @@
:aria-label="ariaLabel(section)"
:title="ariaLabel(section)"
v-bind="section"
dir="auto"
:to="section.to"
@click.native="onClick(section.to)">
<template v-if="index === 0" #icon>
<Home :size="20" />

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save