diff --git a/resources/views/components/status/restarting.blade.php b/resources/views/components/status/restarting.blade.php
index 170cfe1b59..bb555c745f 100644
--- a/resources/views/components/status/restarting.blade.php
+++ b/resources/views/components/status/restarting.blade.php
@@ -1,7 +1,7 @@
@props([
'status' => 'Restarting',
])
-
+
diff --git a/resources/views/components/status/running.blade.php b/resources/views/components/status/running.blade.php
index 4ad574137e..5d349899b9 100644
--- a/resources/views/components/status/running.blade.php
+++ b/resources/views/components/status/running.blade.php
@@ -1,7 +1,7 @@
@props([
'status' => 'Running',
])
-
+
diff --git a/resources/views/components/status/stopped.blade.php b/resources/views/components/status/stopped.blade.php
index b9bd018692..f168fb3c26 100644
--- a/resources/views/components/status/stopped.blade.php
+++ b/resources/views/components/status/stopped.blade.php
@@ -1,7 +1,7 @@
@props([
'status' => 'Stopped',
])
-