* [misc] Change the color of tutorial/

This commit is contained in:
xieqiyu
2024-09-06 09:27:14 +08:00
committed by 王于听
parent ab9c2cbbdc
commit 000fc09459
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ global $lang;
$taskManage = new stdClass();
$taskManage->name = 'taskManage';
$taskManage->title = $lang->tutorial->taskManage->title;
$taskManage->icon = 'check-sign text-special';
$taskManage->icon = 'calendar text-primary';
$taskManage->type = 'basic';
$taskManage->modules = 'project,execution,task';
$taskManage->app = 'project';