mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
link
This commit is contained in:
@@ -26,7 +26,7 @@ class BookCaseTable extends Component
|
|||||||
'title' => $b->title,
|
'title' => $b->title,
|
||||||
'lat' => $b->latitude,
|
'lat' => $b->latitude,
|
||||||
'lng' => $b->longitude,
|
'lng' => $b->longitude,
|
||||||
'url' => 'https://gonoware.com',
|
'url' => route('bookCases.comment.bookcase', ['country' => $this->country, 'bookCase' => $b]),
|
||||||
'icon' => asset('img/btc-logo-6219386_1280.png'),
|
'icon' => asset('img/btc-logo-6219386_1280.png'),
|
||||||
'icon_size' => [42, 42],
|
'icon_size' => [42, 42],
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user