|
|
|
@ -336,7 +336,7 @@ class InfosPath extends Component{
|
|
|
|
|
{
|
|
|
|
|
data && data.subjects && data.subjects.map((item,key)=>{
|
|
|
|
|
return(
|
|
|
|
|
<div className="square-Item" onClick={()=>this.turnToCourses(`/paths/${item.id}`)}>
|
|
|
|
|
<div className="square-Item" style={{height:"295px"}} onClick={()=>this.turnToCourses(`/paths/${item.id}`)}>
|
|
|
|
|
{
|
|
|
|
|
item.tag && <div className="tag-green"><span className="tag-name">{item.tag}</span>
|
|
|
|
|
{/*<img src={setImagesUrl("images/educoder/tag2.png")} className="fl"/>*/}
|
|
|
|
|