diff --git a/src/app/gottesdienst/page.tsx b/src/app/gottesdienst/page.tsx index 185e35c..d4ebf71 100644 --- a/src/app/gottesdienst/page.tsx +++ b/src/app/gottesdienst/page.tsx @@ -77,18 +77,20 @@ export default async function WorshipPage({searchParams}: { -
- -
+ {events.length > 0 && +
+ +
+ } ) } \ No newline at end of file diff --git a/src/app/veranstaltungen/page.tsx b/src/app/veranstaltungen/page.tsx index 61d8644..61af9e3 100644 --- a/src/app/veranstaltungen/page.tsx +++ b/src/app/veranstaltungen/page.tsx @@ -117,18 +117,21 @@ export default async function EventsPage({searchParams}: { -
- -
+ {/*prevents bots indexing till infinity*/} + { events.length > 0 && +
+ +
+ } ) } \ No newline at end of file