diff options
Diffstat (limited to 'frontend/components')
| -rw-r--r-- | frontend/components/prism/Sidebar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/components/prism/Sidebar.tsx b/frontend/components/prism/Sidebar.tsx index 15a2947..80e13f3 100644 --- a/frontend/components/prism/Sidebar.tsx +++ b/frontend/components/prism/Sidebar.tsx @@ -45,7 +45,7 @@ export function Sidebar({ key={item.key} type="button" className={`psm-nav-item${active ? " active" : ""}${item.disabled ? " disabled" : ""}`} - aria-disabled={item.disabled ? "true" : undefined} + disabled={item.disabled} > <span className={`psm-icon icon-${item.icon}`} aria-hidden /> <span className="psm-nav-copy"> |
