Skip to content

Commit

Permalink
Merge pull request #309 from FitzwilliamMuseum/issue-308-timezone
Browse files Browse the repository at this point in the history
Issue 308 timezone
  • Loading branch information
portableant authored May 8, 2022
2 parents f9dc7a7 + 463a037 commit e1305ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
|
*/

'timezone' => 'UTC',
'timezone' => 'Europe/London',

/*
|--------------------------------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion resources/views/components/exhibition-card.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<div class="col-md-4 mb-3">
<div class="card card-fitz h-100">
@isset($image)
{{-- @dd($image['data']['thumbnails'])--}}
<a href="{{ route($route, $params) }}">
<img class="card-img-top" src="{{ $image['data']['thumbnails'][13]['url']}}"
alt="{{ $altTag }}"
Expand Down

0 comments on commit e1305ae

Please sign in to comment.