Remove explore prompt

This commit is contained in:
Laura Hausmann 2023-10-18 01:05:23 +02:00
parent 1feffe4326
commit aa0801e1f3
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

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