diff --git a/app/Http/Livewire/Meetup/LandingPage.php b/app/Http/Livewire/Meetup/LandingPage.php index f68f677f..a052e8ce 100644 --- a/app/Http/Livewire/Meetup/LandingPage.php +++ b/app/Http/Livewire/Meetup/LandingPage.php @@ -54,7 +54,7 @@ class LandingPage extends Component 'SEOData' => new SEOData( title: $this->meetup->name, description: __('Bitcoiner Meetups are a great way to meet other Bitcoiners in your area. You can learn from each other, share ideas, and have fun!'), - image: asset($this->meetup->getFirstMediaUrl('logo')), + image: $this->meetup->getFirstMediaUrl('logo'), ) ]); }