Skip to content

Commit

Permalink
Merge pull request #3 from lara-zeus/fix-icon
Browse files Browse the repository at this point in the history
fix icons
  • Loading branch information
atmonshi authored Mar 19, 2024
2 parents 2dca852 + 465dddb commit 86c3181
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Filament/Schemata/Company/SettingsForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static function mainSetting(): array
TextInput::make('subdomain')
->live()
->extraAttributes(['style' => 'direction: ltr;'])
->prefixIcon('carbon-link')
->prefixIcon('tabler-link')
->label(__('Slug')),
ViewField::make('primary_color')
->live()
Expand Down
2 changes: 1 addition & 1 deletion src/Providers/FilamentPanelProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public static function panel(Panel $panel): Panel
MenuItem::make()
->visible(fn () => tenant() !== null)
->label(fn () => __('All Notifications'))
->icon('carbon-notification')
->icon('tabler-bell')
->url(static fn () => NotificationResource::getUrl(tenant: tenant())),
])
->middleware([
Expand Down

0 comments on commit 86c3181

Please sign in to comment.