From d2118ba230dea5efa541552ff04282a5e1a60a18 Mon Sep 17 00:00:00 2001 From: Godfrey M Date: Wed, 19 Apr 2023 09:46:15 -0700 Subject: [PATCH] removed space from un deployable total in sidebar --- resources/views/layouts/default.blade.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/views/layouts/default.blade.php b/resources/views/layouts/default.blade.php index 9eb43d35ae..d11d3c541f 100644 --- a/resources/views/layouts/default.blade.php +++ b/resources/views/layouts/default.blade.php @@ -483,8 +483,7 @@ class="fas fa-times text-red fa-fw"> {{ trans('general.all') }} {{ trans('general.undeployable') }} - ({{ (isset($total_undeployable_sidebar)) ? $total_undeployable_sidebar : '' }} - ) + ({{ (isset($total_undeployable_sidebar)) ? $total_undeployable_sidebar : '' }})