Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
marco76tv committed Jun 13, 2024
1 parent e388035 commit 46fbc86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Providers/UIServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ public function registerCallback(): void

public function registerBladeIcons(): void
{
$path = __DIR__.'/../Resources/svg';
Config::set('blade-icons.sets.default.path', $path);
Config::set('blade-icons.sets.default.path', 'Modules/UI/Resources/svg');
Config::set('blade-icons.sets.default.prefix', 'icon');
}
}

0 comments on commit 46fbc86

Please sign in to comment.