From d67cb0cd300f4b2ed24d54dfc0d28b425968c147 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Mon, 8 Jun 2026 20:30:36 +0000 Subject: [PATCH] Move Support link under Account in sidebar. Place Support with Account navigation instead of the Settings footer. Co-authored-by: Cursor --- resources/views/partials/sidebar.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/partials/sidebar.blade.php b/resources/views/partials/sidebar.blade.php index 0785fd3..f0c12fa 100644 --- a/resources/views/partials/sidebar.blade.php +++ b/resources/views/partials/sidebar.blade.php @@ -36,10 +36,10 @@ {{ $item['name'] }} @endforeach + @include('partials.sidebar-support')
- @include('partials.sidebar-support')