Improved dashboard styles
This commit is contained in:
parent
b5759cced2
commit
f4083df2a8
4 changed files with 15 additions and 13 deletions
|
|
@ -141,13 +141,10 @@ class Project extends ProjectBase
|
|||
$icon = 'bitbucket';
|
||||
break;
|
||||
|
||||
case 'git':
|
||||
case 'remote':
|
||||
case 'gitlab':
|
||||
$icon = 'git';
|
||||
break;
|
||||
|
||||
default:
|
||||
$icon = 'cog';
|
||||
$icon = 'code-fork';
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue