Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Flatroy committed Jun 18, 2024
1 parent e467f5e commit d8743e4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/Providers/Filament/AppPanelProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,10 @@ public function panel(Panel $panel): Panel
->tenantRegistration(RegisterTeam::class)
->tenantProfile(EditTeamProfile::class)
->tenantMenuItems([
MenuItem::make()
/*MenuItem::make()
->label('Settings')
->url(fn (): string => '/')
->icon('heroicon-m-cog-8-tooth'),
// ...
->icon('heroicon-m-cog-8-tooth'),*/
])
->spa()
->databaseNotifications()
Expand Down

0 comments on commit d8743e4

Please sign in to comment.