diff --git a/web/app/Filament/Pages/CustomerDashboard.php b/web/app/Filament/Pages/CustomerDashboard.php index 80e65d3..40445ff 100644 --- a/web/app/Filament/Pages/CustomerDashboard.php +++ b/web/app/Filament/Pages/CustomerDashboard.php @@ -9,7 +9,7 @@ class CustomerDashboard extends Page { protected static ?string $navigationIcon = 'heroicon-o-star'; - protected static string $view = 'filament.pages.phyre-customer-svg'; + protected static string $view = 'filament.pages.customer-dashboard'; protected static ?string $navigationGroup = 'Server Management'; @@ -21,10 +21,9 @@ class CustomerDashboard extends Page { return [ 'menu' => [ - 'email'=>[ 'title'=>'Email', - 'icon'=>'phyre-customer-php', + 'icon'=>'phyre_customer-php', 'menu'=>[ [ 'title'=>'Email Accounts', diff --git a/web/app/Providers/AppServiceProvider.php b/web/app/Providers/AppServiceProvider.php index 7edc7d7..572374d 100644 --- a/web/app/Providers/AppServiceProvider.php +++ b/web/app/Providers/AppServiceProvider.php @@ -48,9 +48,9 @@ class AppServiceProvider extends ServiceProvider ]); }); $this->callAfterResolving(Factory::class, function (Factory $factory) { - $factory->add('phyre-customer', [ + $factory->add('phyre_customer', [ 'path' => __DIR__ . '/../../resources/phyre-customer-svg', - 'prefix' => 'phyre-customer', + 'prefix' => 'phyre_customer', ]); }); diff --git a/web/resources/phyre-customer-svg/php.svg b/web/resources/phyre-customer-svg/php.svg index 2bff565..eccd4fa 100644 --- a/web/resources/phyre-customer-svg/php.svg +++ b/web/resources/phyre-customer-svg/php.svg @@ -1,3 +1,4 @@ - \ No newline at end of file + +