From 82d53ae304f94e41dd47af2f50c390624296e642 Mon Sep 17 00:00:00 2001 From: Benjamin Nussbaum Date: Thu, 29 Jan 2026 07:58:47 +0100 Subject: [PATCH] fix: recipes --- resources/views/recipes/holidays-ical.blade.php | 2 +- resources/views/recipes/pollen-forecast-eu.liquid | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/recipes/holidays-ical.blade.php b/resources/views/recipes/holidays-ical.blade.php index 454709d..df18a20 100644 --- a/resources/views/recipes/holidays-ical.blade.php +++ b/resources/views/recipes/holidays-ical.blade.php @@ -79,7 +79,7 @@ {{ $event['summary'] }} - {{ $event['location'] ?? '—' }} + {{ Str::limit($event['location'] ?? '—',100) }} @empty diff --git a/resources/views/recipes/pollen-forecast-eu.liquid b/resources/views/recipes/pollen-forecast-eu.liquid index 1dce28f..4140f81 100644 --- a/resources/views/recipes/pollen-forecast-eu.liquid +++ b/resources/views/recipes/pollen-forecast-eu.liquid @@ -1,5 +1,5 @@ - - + +