Skip to content

Commit

Permalink
Merge pull request #4 from lara-zeus/cleanup
Browse files Browse the repository at this point in the history
clean up theme stuff
  • Loading branch information
atmonshi authored Mar 20, 2024
2 parents 86c3181 + 4f63a6d commit d62eff2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/Providers/FilamentPanelProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
use Filament\Navigation\MenuItem;
use Filament\Panel;
use Filament\SpatieLaravelTranslatablePlugin;
use Filament\Support\Facades\FilamentIcon;
use Filament\Tables\Columns\Column;
use Filament\Tables\Columns\ImageColumn;
use Filament\Tables\Table;
Expand All @@ -34,16 +33,7 @@ public static function panel(Panel $panel): Panel
self::configuringColumns();
self::configuringComponents();

FilamentIcon::register([
'panels::sidebar.collapse-button' => 'tabler-layout-sidebar-right-collapse-filled',
'panels::sidebar.expand-button' => 'tabler-layout-sidebar-left-collapse-filled',
'panels::pages.dashboard.navigation-item' => 'tabler-home',
]);

return $panel
//->sidebarWidth('200px')
//->brandLogoHeight('3rem')

->renderHook(
'panels::footer',
fn (): View => view('zeus-tartarus::hooks.footer'),
Expand Down

0 comments on commit d62eff2

Please sign in to comment.