route the videos link for the title to the results page

This commit is contained in:
Ahmed-Ayman 2018-12-21 13:13:41 +02:00
parent 8c66fb0251
commit 2fdeb6cb11

View File

@ -16,7 +16,7 @@ class RandomTopic extends React.Component {
<h2 className="section-heading">from the Archive Topics - من مواضيع الارشيف</h2>
<RandomItemTitle title={this.props.topicName}
count={this.props.topicCount}
src={'/topic/' + this.props.topicName}
src={'/results/topic/' + this.props.topicName}
/>
<Grid
width={450}