mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/Sidebar: update tab holder aria role
This commit is contained in:
parent
608824f862
commit
b8cd6eb1e7
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">
|
<div id="sidebar-tabs" role="tablist" aria-orientation="horizontal">
|
||||||
<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