File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,29 +56,21 @@ public function panel(Panel $panel): Panel
5656 ->favicon (asset ('images/favicon.ico ' ))
5757 ->navigationGroups ([
5858 NavigationGroup::make ()
59- ->label ('Dashboard ' )
60- ->icon ('heroicon-o-home ' ),
59+ ->label ('Dashboard ' ),
6160 NavigationGroup::make ()
62- ->label ('Family Tree ' )
63- ->icon ('heroicon-o-users ' ),
61+ ->label ('Family Tree ' ),
6462 NavigationGroup::make ()
65- ->label ('Charts & Reports ' )
66- ->icon ('heroicon-o-chart-bar ' ),
63+ ->label ('Charts & Reports ' ),
6764 NavigationGroup::make ()
68- ->label ('Research ' )
69- ->icon ('heroicon-o-magnifying-glass ' ),
65+ ->label ('Research ' ),
7066 NavigationGroup::make ()
71- ->label ('DNA Analysis ' )
72- ->icon ('heroicon-o-beaker ' ),
67+ ->label ('DNA Analysis ' ),
7368 NavigationGroup::make ()
74- ->label ('Media & Documents ' )
75- ->icon ('heroicon-o-photo ' ),
69+ ->label ('Media & Documents ' ),
7670 NavigationGroup::make ()
77- ->label ('Data Management ' )
78- ->icon ('heroicon-o-database ' ),
71+ ->label ('Data Management ' ),
7972 NavigationGroup::make ()
80- ->label ('Account ' )
81- ->icon ('heroicon-o-user-circle ' ),
73+ ->label ('Account ' ),
8274 ])
8375 ->userMenuItems ([
8476 MenuItem::make ()
You can’t perform that action at this time.
0 commit comments