Skip to content

Commit

Permalink
add default icon for resource
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Mar 3, 2024
1 parent d24ecaf commit 6e9a875
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Filament/ChaosResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

class ChaosResource extends Resource
{
protected static ?string $navigationIcon = 'tabler-point-filled';

public static function langFile(): string
{
return str(parent::getSlug())->explode('/')->last();
Expand Down

0 comments on commit 6e9a875

Please sign in to comment.