Change the manu order of pages

This commit is contained in:
2025-09-05 23:48:39 +02:00
parent 72c60bb74c
commit 42e439aba5
6 changed files with 21 additions and 9 deletions

View File

@@ -9,4 +9,6 @@ class AboutUs extends Page
protected static ?string $navigationIcon = 'heroicon-o-information-circle';
protected static string $view = 'filament.user.pages.about-us';
}
protected static ?int $navigationSort = 6; // Bottom
}