From d4c44ebcf7cacce36b3e8f75e99d99523841dfb3 Mon Sep 17 00:00:00 2001 From: Yoga Pangestu Date: Mon, 30 Mar 2026 09:19:48 +0700 Subject: [PATCH] refactor: update navigation sort order for StudyGroup index page to improve menu organization --- app/Filament/Pages/Learning/StudyGroup/Index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Filament/Pages/Learning/StudyGroup/Index.php b/app/Filament/Pages/Learning/StudyGroup/Index.php index 005a3c9..4d2c2da 100644 --- a/app/Filament/Pages/Learning/StudyGroup/Index.php +++ b/app/Filament/Pages/Learning/StudyGroup/Index.php @@ -40,7 +40,7 @@ class Index extends Page implements HasActions, HasForms protected static ?string $title = 'Kelompok Belajar'; - protected static ?int $navigationSort = 20; + protected static ?int $navigationSort = 25; protected static ?string $slug = 'learning/study-groups';