diff --git a/resources/views/components/status/restarting.blade.php b/resources/views/components/status/restarting.blade.php
index 170cfe1b5..bb555c745 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 4ad574137..5d349899b 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 b9bd01869..f168fb3c2 100644
--- a/resources/views/components/status/stopped.blade.php
+++ b/resources/views/components/status/stopped.blade.php
@@ -1,7 +1,7 @@
@props([
'status' => 'Stopped',
])
-