Remove unused Blade components and templates from the Filament package to streamline the codebase. This includes deleting various components related to forms, notifications, pagination, and widgets, enhancing maintainability and reducing clutter.
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
|
||||
<img
|
||||
src="{{ $entry->getMediaUrl($item) }}"
|
||||
class="w-full h-full object-contain"
|
||||
class="max-h-[400px] w-fit"
|
||||
/>
|
||||
</x-filament::modal>
|
||||
@else
|
||||
|
||||
Reference in New Issue
Block a user