- {publishDateTime && (
-
- )}
- {title && (
-
- {title}
-
- )}
-
- {tags?.map((tag: any, i: number) => {
- return (
-
- {tag?.label}
- {i < tags.length - 1 && ,}
-
- )
- })}
- {countryTags?.length > 0 && ,}
- {countryTags?.map((country: any, i: number) => {
- return (
-
- {country?.label}
- {i < countryTags.length - 1 && ,}
-
- )
- })}
-
-
-
- {(heroImage?.image?.asset || fallbackImage || thumbnailUrl) && (
- <>
- {thumbnailUrl ? (
-
- ) : (
- (heroImage?.image?.asset || fallbackImage) && (
-
- )
- )}
- >
- )}
-
-