route the videos link for the title to the results page
This commit is contained in:
parent
8c66fb0251
commit
2fdeb6cb11
|
@ -16,7 +16,7 @@ class RandomTopic extends React.Component {
|
||||||
<h2 className="section-heading">from the Archive Topics - من مواضيع الارشيف</h2>
|
<h2 className="section-heading">from the Archive Topics - من مواضيع الارشيف</h2>
|
||||||
<RandomItemTitle title={this.props.topicName}
|
<RandomItemTitle title={this.props.topicName}
|
||||||
count={this.props.topicCount}
|
count={this.props.topicCount}
|
||||||
src={'/topic/' + this.props.topicName}
|
src={'/results/topic/' + this.props.topicName}
|
||||||
/>
|
/>
|
||||||
<Grid
|
<Grid
|
||||||
width={450}
|
width={450}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user