mirror of
https://github.com/wukko/cobalt.git
synced 2025-01-23 19:26:26 +01:00
web/Sidebar: remove incorrect aria-orientation
This commit is contained in:
parent
5e0824022c
commit
ebd6cc801b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
<nav id="sidebar" aria-label={$t("a11y.tabs.tabPanel")}>
|
<nav id="sidebar" aria-label={$t("a11y.tabs.tabPanel")}>
|
||||||
<CobaltLogo />
|
<CobaltLogo />
|
||||||
<div id="sidebar-tabs" role="tablist" aria-orientation="horizontal">
|
<div id="sidebar-tabs" role="tablist">
|
||||||
<div id="sidebar-actions" class="sidebar-inner-container">
|
<div id="sidebar-actions" class="sidebar-inner-container">
|
||||||
<SidebarTab tabName="save" tabLink="/">
|
<SidebarTab tabName="save" tabLink="/">
|
||||||
<IconDownload />
|
<IconDownload />
|
||||||
|
|
Loading…
Reference in a new issue