diff --git a/src/Models/Event.php b/src/Models/Event.php index b4b1ea8..cc1bbc4 100644 --- a/src/Models/Event.php +++ b/src/Models/Event.php @@ -43,7 +43,7 @@ class Event extends Base */ public function getThumbAttribute() { - return $this->present()->image(null, 44); + return $this->present()->image(null, 54); } /** diff --git a/src/resources/views/admin/index.blade.php b/src/resources/views/admin/index.blade.php index 97c6593..9490c14 100644 --- a/src/resources/views/admin/index.blade.php +++ b/src/resources/views/admin/index.blade.php @@ -33,7 +33,7 @@ @include('core::admin._button-edit', ['module' => 'events']) - + @{{ model.start_date | date }} @{{ model.end_date | date }} @{{ model.title_translated }}