forked from Gitlink/forgeplus-react
link
This commit is contained in:
parent
f05c3f322f
commit
88f56c7160
|
|
@ -71,7 +71,7 @@ function Index(props){
|
|||
list.map((item,key)=>{
|
||||
return(
|
||||
<li>
|
||||
<Link to={``} className="listName">{item.name}</Link>
|
||||
<a href={`https://forgeplus.trustie.net/projects/jasder/build`} className="listName">{item.name}</a>
|
||||
<AlignCenter className="listInfo">
|
||||
<p className="listInfoDesc task-hide-2">{item.desc}</p>
|
||||
<img src={item.imageurl || DefaultImg} alt="" width="48px" className="ml10"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue