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 @@
-
-
+
+