Skip to content

Commit

Permalink
Remove unused code related to HtmlString class
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithDennis committed Oct 18, 2024
1 parent 73ddcc3 commit 8af3b4a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/FilamentThemeInspectorPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
use Filament\Support\Assets\Js;
use Filament\Support\Concerns\EvaluatesClosures;
use Filament\Support\Facades\FilamentAsset;
use Illuminate\Support\HtmlString;

class FilamentThemeInspectorPlugin implements Plugin
{
Expand Down Expand Up @@ -39,10 +38,6 @@ public function register(Panel $panel): void
FilamentAsset::register([
Js::make('filament-theme-inspector-scripts', __DIR__ . '/../resources/dist/filament-theme-inspector.js'),
]);

FilamentAsset::registerScriptData([
'icon' => new HtmlString('<x-filament::icon icon="heroicon-o-cog" />'),
]);
}
}

Expand Down

0 comments on commit 8af3b4a

Please sign in to comment.