Skip to content

Commit

Permalink
Fix bootstrap.css
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev committed Nov 10, 2024
1 parent 7ee52f4 commit 2a3581c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/InjectAssets.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function inject(): string
{
$js = route('powergrid.global.js');

$theme = isTailwind() ? 'tailwind.css' : 'bootstrap.css';
$theme = isTailwind() ? 'tailwind.css' : 'bootstrap5.css';

$css = file_get_contents(
base_path('vendor/power-components/livewire-powergrid/dist/' . $theme)
Expand Down

0 comments on commit 2a3581c

Please sign in to comment.