~cytrogen/masto-fe

aa0801e1f32997d79f5fef2ba8c0400367c820e1 — Laura Hausmann 2 years ago 1feffe4
Remove explore prompt
1 files changed, 0 insertions(+), 4 deletions(-)

M app/javascript/flavours/glitch/features/home_timeline/index.jsx
M app/javascript/flavours/glitch/features/home_timeline/index.jsx => app/javascript/flavours/glitch/features/home_timeline/index.jsx +0 -4
@@ 191,10 191,6 @@ class HomeTimeline extends PureComponent {
      banners.push(<CriticalUpdateBanner key='critical-update-banner' />);
    }

    if (tooSlow) {
      banners.push(<ExplorePrompt key='explore-prompt' />);
    }

    return (
      <Column bindToDocument={!multiColumn} ref={this.setRef} name='home' label={intl.formatMessage(messages.title)}>
        <ColumnHeader