File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export const DocsSecondaryBar = () => {
3939 className = { cx ( styles . desktopOnly , 'color-fg-muted' ) }
4040 variant = "invisible"
4141 size = "small"
42- icon = { collapsed ? SidebarExpandIcon : SidebarCollapseIcon }
42+ icon = { collapsed ? SidebarCollapseIcon : SidebarExpandIcon }
4343 aria-label = { collapsed ? t ( 'expand_sidebar' ) : t ( 'collapse_sidebar' ) }
4444 aria-expanded = { ! collapsed }
4545 onClick = { toggleCollapsed }
@@ -50,7 +50,7 @@ export const DocsSecondaryBar = () => {
5050 className = { cx ( styles . mobileOnly , 'color-fg-muted' ) }
5151 variant = "invisible"
5252 size = "small"
53- icon = { mobileNavOpen ? SidebarCollapseIcon : SidebarExpandIcon }
53+ icon = { mobileNavOpen ? SidebarExpandIcon : SidebarCollapseIcon }
5454 aria-label = { mobileNavOpen ? t ( 'collapse_sidebar' ) : t ( 'expand_sidebar' ) }
5555 aria-expanded = { mobileNavOpen }
5656 onClick = { toggleMobileNav }
You can’t perform that action at this time.
0 commit comments