头像地址替换cont.
This commit is contained in:
parent
eacb781023
commit
131b3cc65c
|
|
@ -176,7 +176,7 @@ function Index(props) {
|
|||
}
|
||||
|
||||
<div className="item-top">
|
||||
<img src={project.authorImageUrl} alt="" className="item-img"></img>
|
||||
<img src={authorImageUrl} alt="" className="item-img"></img>
|
||||
<h5 className="item-title">{project.name.split('/')[1]}</h5>
|
||||
</div>
|
||||
<div className="item-bottom-tags">
|
||||
|
|
|
|||
Loading…
Reference in New Issue