diff --git a/src/lib/components/services/ServiceCard.svelte b/src/lib/components/services/ServiceCard.svelte index a25bde3..fa2c4f6 100644 --- a/src/lib/components/services/ServiceCard.svelte +++ b/src/lib/components/services/ServiceCard.svelte @@ -3,26 +3,27 @@ import type { Service } from '$lib/types/service'; import convertMinutesToHours from '$lib/utils/minToH'; - export let item: Service['items'][number]; + export let service: Service[][number]; - +
- Post + // getImageLink maps all image links based on the services id, needs cloudinary implementation to work. +
- +
-

{item.name}

+

{service.title}

...Zjistěte více @@ -32,11 +33,11 @@