diff --git a/app/javascript/gabsocial/layouts/search_layout.js b/app/javascript/gabsocial/layouts/search_layout.js index b512589c..6030fcd4 100644 --- a/app/javascript/gabsocial/layouts/search_layout.js +++ b/app/javascript/gabsocial/layouts/search_layout.js @@ -50,9 +50,15 @@ class SearchLayout extends React.PureComponent { componentParams: { params: { id: 'election2020' } }, }, { - title: '#StopTheSteal', + title: '#RiggedElection', onClick: () => this.setState({ currentExploreTabIndex: 2 }), component: HashtagTimeline, + componentParams: { params: { id: 'riggedelection' } }, + }, + { + title: '#StopTheSteal', + onClick: () => this.setState({ currentExploreTabIndex: 3 }), + component: HashtagTimeline, componentParams: { params: { id: 'stopthesteal' } }, }, ]