fix: recipes
Some checks failed
tests / ci (push) Has been cancelled

This commit is contained in:
Benjamin Nussbaum 2026-01-29 07:58:47 +01:00
parent 3a5becc951
commit 82d53ae304
2 changed files with 3 additions and 3 deletions

View file

@ -79,7 +79,7 @@
<x-trmnl::label variant="primary">{{ $event['summary'] }}</x-trmnl::label>
</td>
<td>
<x-trmnl::label variant="inverted">{{ $event['location'] ?? '—' }}</x-trmnl::label>
<x-trmnl::label variant="inverted">{{ Str::limit($event['location'] ?? '—',100) }}</x-trmnl::label>
</td>
</tr>
@empty