Skip to content

Commit 8eb9e37

Browse files
committed
Remove unneeded feedback button in menubar
It is no longer needed, as the playground is no longer the public face of scratch gui
1 parent 6e33508 commit 8eb9e37

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

src/components/menu-bar/menu-bar.jsx

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -644,25 +644,6 @@ class MenuBar extends React.Component {
644644
) : (
645645
// ******** no login session is available, so don't show login stuff
646646
<React.Fragment>
647-
<div className={classNames(styles.menuBarItem, styles.feedbackButtonWrapper)}>
648-
<a
649-
className={styles.feedbackLink}
650-
href="https://scratch.mit.edu/discuss/topic/312261/"
651-
rel="noopener noreferrer"
652-
target="_blank"
653-
>
654-
<Button
655-
className={styles.feedbackButton}
656-
iconSrc={feedbackIcon}
657-
>
658-
<FormattedMessage
659-
defaultMessage="Give Feedback"
660-
description="Label for feedback form modal button"
661-
id="gui.menuBar.giveFeedback"
662-
/>
663-
</Button>
664-
</a>
665-
</div>
666647
{this.props.showComingSoon ? (
667648
<React.Fragment>
668649
<MenuBarItemTooltip id="mystuff">

0 commit comments

Comments
 (0)