mirror of
https://github.com/nextcloud/server.git
synced 2026-03-02 21:41:12 -05:00
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>
This commit is contained in:
parent
7cc66998a2
commit
bcc41df1ae
3 changed files with 5 additions and 3 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
4
dist/files-main.js
vendored
4
dist/files-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files-main.js.map
vendored
2
dist/files-main.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue