From a978293c36c634fadc2dbd03848afd9d361084e9 Mon Sep 17 00:00:00 2001 From: Alex Thomassen Date: Tue, 19 Dec 2023 20:44:37 +0000 Subject: [PATCH] Adjust some spacing on dashboard home --- resources/views/dashboard/index.blade.php | 38 ++++++++++------------- 1 file changed, 17 insertions(+), 21 deletions(-) diff --git a/resources/views/dashboard/index.blade.php b/resources/views/dashboard/index.blade.php index a58d903..d98a6fb 100644 --- a/resources/views/dashboard/index.blade.php +++ b/resources/views/dashboard/index.blade.php @@ -5,35 +5,31 @@ -
-
+
+
{{ __("You're logged in!") }}
-
-
-
-
-

- {{ __('Channels') }} -

+
+

+ {{ __('Channels') }} +

- @if ($channels->isEmpty()) -

- {{ __("You don't have access to any channels yet.") }} -

- @else - - @endif -
+ @if ($channels->isEmpty()) +

+ {{ __("You don't have access to any channels yet.") }} +

+ @else + + @endif