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