Skip to content

Commit

Permalink
Apply style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pxlrbt authored and github-actions[bot] committed Dec 21, 2023
1 parent 4001546 commit 223b49c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/SpotlightPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function register(Panel $panel): void
{
$panel->renderHook(
'panels::scripts.after',
fn() => Blade::render("@livewire('livewire-ui-spotlight')")
fn () => Blade::render("@livewire('livewire-ui-spotlight')")
);
}

Expand All @@ -46,7 +46,6 @@ public function boot(Panel $panel): void
self::registerNavigation($panel);
}


});

}
Expand Down

0 comments on commit 223b49c

Please sign in to comment.