Skip to content

Commit

Permalink
fix: Acc 287.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrCherry97 committed Feb 18, 2025
1 parent f7a3aa8 commit e043917
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/sidebar/SidebarNavigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,10 @@ export function SidebarNavigation() {
>
{isSidebarCondensed && (
<>
<SideNavigationItem className="space-top disable-effects" />
<SideNavigationItem
aria-hidden
className="space-top disable-effects"
/>
<SideNavigationItem
icon={namespace ? 'slim-arrow-left' : 'bbyd-dashboard'}
text={namespace ? 'Back To Cluster Details' : 'Cluster Details'}
Expand Down

0 comments on commit e043917

Please sign in to comment.