Use info instead of warning

This commit is contained in:
James Brooks
2015-10-11 12:10:19 +01:00
parent 3988cfb6c0
commit 39b6bfc6d0

View File

@@ -30,7 +30,7 @@ class StatusPageComposer
{
// Default data
$withData = [
'systemStatus' => 'warning',
'systemStatus' => 'info',
'systemMessage' => trans('cachet.service.bad'),
'favicon' => 'favicon-high-alert',
];