From 7b08813c4eca9ca62309f9c252de06cff7603605 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Mon, 8 Jun 2026 20:30:50 +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 1854a71..24483ee 100644 --- a/resources/views/partials/sidebar.blade.php +++ b/resources/views/partials/sidebar.blade.php @@ -42,10 +42,10 @@ {{ $item['name'] }} @endforeach + @include('partials.sidebar-support')
- @include('partials.sidebar-support')