File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/Filament/App/Resources Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ class GedcomResource extends Resource
4343
4444 protected static bool $ shouldRegisterNavigation = true ;
4545
46- protected static string | \UnitEnum | null $ navigationGroup = ' \ud83d\udee0\ufe0f Data Management' ;
46+ protected static string | \UnitEnum | null $ navigationGroup = " 🛠️ Data Management" ;
4747
4848 public static function getPages (): array
4949 {
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class RefnResource extends Resource
2828
2929 protected static string | \BackedEnum | null $ navigationIcon = 'heroicon-o-rectangle-stack ' ;
3030
31- protected static string | \UnitEnum | null $ navigationGroup = ' 🛠️ Data Management ' ;
31+ protected static string | \UnitEnum | null $ navigationGroup = " 🛠️ Data Management " ;
3232
3333 protected static ?int $ navigationSort = 3 ;
3434
You can’t perform that action at this time.
0 commit comments