Skip to content

Commit

Permalink
removing extra tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
mayarajan3 committed May 20, 2024
1 parent 387ef3a commit ee5b819
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/components/menu-bar/menu-bar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -812,23 +812,6 @@ class MenuBar extends React.Component {
)}
</div>
<Divider className={classNames(styles.divider)} />
{true ? (
<div>
<div
aria-label={this.props.intl.formatMessage(ariaMessages.tutorials)}
className={classNames(styles.menuBarItem, styles.hoverable)}
onClick={this.props.onOpenTipLibrary}
>
<img
className={styles.helpIcon}
src={helpIcon}
/>
<FormattedMessage {...ariaMessages.tutorials} />
</div>
</div>) :
null
}
<Divider className={classNames(styles.divider)} />
{this.props.canEditTitle ? (
<div className={classNames(styles.menuBarItem, styles.growable)}>
<MenuBarItemTooltip
Expand Down

0 comments on commit ee5b819

Please sign in to comment.