From 62d33e2a755970136b6f781df86e4835e046872d Mon Sep 17 00:00:00 2001 From: isaacclad Date: Sat, 6 Jun 2026 17:17:07 +0000 Subject: [PATCH] Remove app launcher from hosting sidebar footer. The grid launcher stays in the top bar; the duplicate footer control cluttered the account sidebar without adding value. Co-authored-by: Cursor --- resources/views/partials/sidebar.blade.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/resources/views/partials/sidebar.blade.php b/resources/views/partials/sidebar.blade.php index 6d24ad3..c62cba6 100644 --- a/resources/views/partials/sidebar.blade.php +++ b/resources/views/partials/sidebar.blade.php @@ -47,7 +47,4 @@ @endforeach -
- @include('partials.launcher', ['sidebar' => true]) -