Skip to content

Commit

Permalink
Merge staging into master
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 3, 2024
2 parents 3c657af + a825635 commit 1975f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/header-nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default class HeaderNav extends Component {
@action
handleLogoAction() {
if (this.media.isMobile) {
this.send('toggleLeftSidebar');
this.toggleLeftSidebar();
} else {
this.router.transitionTo('index');
}
Expand Down

0 comments on commit 1975f06

Please sign in to comment.