accessibility fix - changed the dir attribute to have valid value, keeping previous value as data-dir

Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
pull/41808/head
Eduardo Morales 6 months ago committed by nextcloud-command
parent 7cc66998a2
commit bcc41df1ae

@ -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