Skip to content

Commit

Permalink
update bars-staggered
Browse files Browse the repository at this point in the history
  • Loading branch information
tyb-talks committed Dec 7, 2024
1 parent 504bd22 commit 25d2ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascripts/discourse/components/toc-toggle.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default class TocToggle extends Component {
}

get toggleIcon() {
return this.tocProcessor.isTocVisible ? "timeline" : "stream";
return this.tocProcessor.isTocVisible ? "timeline" : "bars-staggered";
}

<template>
Expand Down

0 comments on commit 25d2ac6

Please sign in to comment.