refactor: update navigation sort order for StudyGroup index page to improve menu organization

This commit is contained in:
Yoga Pangestu 2026-03-30 09:19:48 +07:00
parent d83d346717
commit d4c44ebcf7

View File

@ -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';