forked from Gitlink/forgeplus-react
Change Index Category4
This commit is contained in:
parent
d4535005c8
commit
cca5f98c9b
|
@ -1498,6 +1498,9 @@ a.edu-txt-w80,
|
|||
.font-bd {
|
||||
font-weight: bold;
|
||||
}
|
||||
.fwt-500{
|
||||
font-weight: 500 !important;
|
||||
}
|
||||
|
||||
.font-n {
|
||||
font-weight: normal;
|
||||
|
|
|
@ -25,7 +25,7 @@ class IndexItem extends Component {
|
|||
</Link>
|
||||
<div className="p-r-Infos">
|
||||
<div className="p-r-name">
|
||||
<Link to={`/projects/${item.author.login}/${item.identifier}`} className="hide-1 color-grey-3 font-18 task-hide font-bd " style={{ whiteSpace: "wrap", display: 'flex', width: 400 }}>
|
||||
<Link to={`/projects/${item.author.login}/${item.identifier}`} className="hide-1 color-grey-3 font-18 task-hide fwt-500 " style={{ whiteSpace: "wrap", display: 'flex', width: 400 }}>
|
||||
{item.author.name}/{item.name}
|
||||
{
|
||||
item.forked_from_project_id ?
|
||||
|
|
Loading…
Reference in New Issue