add navigation group: Tracker

This commit is contained in:
xiaomlove
2025-10-04 15:31:46 +07:00
parent d58a1a9dbf
commit fc4c174442
3 changed files with 3 additions and 2 deletions
@@ -34,7 +34,7 @@ class AnnounceLogResource extends Resource
protected static string | \BackedEnum | null $navigationIcon = 'heroicon-o-rectangle-stack';
protected static string | \UnitEnum | null $navigationGroup = 'Torrent';
protected static string | \UnitEnum | null $navigationGroup = 'Tracker';
protected static ?int $navigationSort = 5;