Skip to content

Commit

Permalink
[ADVAPP-1031]: Modify the iconography to be more consistent in the co…
Browse files Browse the repository at this point in the history
…llapsed view of the navigation (#1172)
  • Loading branch information
kandarp-canyon authored Dec 10, 2024
1 parent 67bd1d5 commit 8a91290
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions app-modules/ai/src/Filament/Resources/AiAssistantResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ class AiAssistantResource extends Resource
{
protected static ?string $model = AiAssistant::class;

protected static ?string $navigationIcon = 'heroicon-o-users';

protected static ?string $navigationGroup = 'Artificial Intelligence';

protected static ?string $navigationLabel = 'Assistant Library';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ class PipelineResource extends Resource
{
protected static ?string $model = Pipeline::class;

protected static ?string $navigationIcon = 'heroicon-o-circle-stack';

protected static ?string $navigationGroup = 'Recruitment CRM';

protected static ?int $navigationSort = 30;
Expand Down
2 changes: 2 additions & 0 deletions app/Filament/Pages/ProductHealth.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@

class ProductHealth extends HealthCheckResults
{
protected static ?string $navigationIcon = null;

public static function getNavigationLabel(): string
{
return 'Product Health';
Expand Down

0 comments on commit 8a91290

Please sign in to comment.