diff --git a/app/Nova/Resources/Ecommerce/Product/Product/Concerns/ProductFieldsForIndex.php b/app/Nova/Resources/Ecommerce/Product/Product/Concerns/ProductFieldsForIndex.php index 1c52fb7..14339c9 100644 --- a/app/Nova/Resources/Ecommerce/Product/Product/Concerns/ProductFieldsForIndex.php +++ b/app/Nova/Resources/Ecommerce/Product/Product/Concerns/ProductFieldsForIndex.php @@ -26,7 +26,7 @@ class ProductFieldsForIndex return [ ID::make()->sortable(), - Images::make(__('Image'), 'uploads')->conversionOnIndexView('thumb200x200'), + Images::make(__('Image'), 'uploads')->conversionOnIndexView('thumb400x400'), Text::make(__('Name'), 'name')->sortable(), BelongsTo::make(__('Brand'), 'brand', Brand::class)