Skip to content

Commit 64d15da

Browse files
committed
Fix styling
1 parent 52e1d5a commit 64d15da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Components/Dropdowns/Dropdown.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ public function render(): View|Closure|string
2323
{
2424
return view('components::components.dropdowns.dropdown');
2525
}
26-
}
26+
}

src/Components/Dropdowns/DropdownListe.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ public function render(): View|Closure|string
2323
{
2424
return view('components::components.dropdowns.dropdown-liste');
2525
}
26-
}
26+
}

0 commit comments

Comments
 (0)