diff --git a/resources/views/components/status/restarting.blade.php b/resources/views/components/status/restarting.blade.php index c24f9f213a..fc10a0a75f 100644 --- a/resources/views/components/status/restarting.blade.php +++ b/resources/views/components/status/restarting.blade.php @@ -9,7 +9,7 @@
@if ($lastDeploymentLink) - + {{ str($status)->before(':')->headline() }} @else diff --git a/resources/views/components/status/running.blade.php b/resources/views/components/status/running.blade.php index 7332995a29..d4abbe410c 100644 --- a/resources/views/components/status/running.blade.php +++ b/resources/views/components/status/running.blade.php @@ -9,7 +9,7 @@
@if ($lastDeploymentLink) - + {{ str($status)->before(':')->headline() }} @else