Skip to content

Commit

Permalink
setting icon set name
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnilsarwe committed Jun 1, 2024
1 parent 1d15a94 commit 51827f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BladeElementPlusIconsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function register(): void
$this->callAfterResolving(Factory::class, function (Factory $factory, Container $container) {
$config = $container->make('config')->get('blade-element-plus-icons', []);

$factory->add('gravity-ui-icons', array_merge(['path' => __DIR__ . '/../resources/svg'], $config));
$factory->add('element-plus-icons', array_merge(['path' => __DIR__ . '/../resources/svg'], $config));
});
}

Expand Down

0 comments on commit 51827f7

Please # to comment.