mirror of
https://github.com/imputnet/cobalt.git
synced 2025-02-05 13:08:40 +00:00
web/Sidebar: remove incorrect aria-orientation
Some checks failed
Run tests / check lockfile correctness (push) Has been cancelled
Run tests / web sanity check (push) Has been cancelled
Run tests / api sanity check (push) Has been cancelled
Run tests / test service functionality (push) Has been cancelled
Run tests / test service: ${{ matrix.service }} (push) Has been cancelled
Some checks failed
Run tests / check lockfile correctness (push) Has been cancelled
Run tests / web sanity check (push) Has been cancelled
Run tests / api sanity check (push) Has been cancelled
Run tests / test service functionality (push) Has been cancelled
Run tests / test service: ${{ matrix.service }} (push) Has been cancelled
This commit is contained in:
parent
5e0824022c
commit
ebd6cc801b
|
@ -22,7 +22,7 @@
|
|||
|
||||
<nav id="sidebar" aria-label={$t("a11y.tabs.tabPanel")}>
|
||||
<CobaltLogo />
|
||||
<div id="sidebar-tabs" role="tablist" aria-orientation="horizontal">
|
||||
<div id="sidebar-tabs" role="tablist">
|
||||
<div id="sidebar-actions" class="sidebar-inner-container">
|
||||
<SidebarTab tabName="save" tabLink="/">
|
||||
<IconDownload />
|
||||
|
|
Loading…
Reference in a new issue