getFirstMediaUrl

This commit is contained in:
Benjamin Takats
2023-01-16 17:15:03 +01:00
parent f461b7678a
commit 0bdb1c8f05

View File

@@ -54,7 +54,7 @@ class LandingPage extends Component
'SEOData' => new SEOData( 'SEOData' => new SEOData(
title: $this->meetup->name, 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!'), 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'),
) )
]); ]);
} }