Remove explore prompt

This commit is contained in:
Laura Hausmann
2023-10-18 01:05:23 +02:00
parent 1feffe4326
commit aa0801e1f3

View File

@@ -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