diff --git a/src/components/content/carousels/templates/CombinedTemplate.js b/src/components/content/carousels/templates/CombinedTemplate.js index 0922467..5bb1cdb 100644 --- a/src/components/content/carousels/templates/CombinedTemplate.js +++ b/src/components/content/carousels/templates/CombinedTemplate.js @@ -52,7 +52,7 @@ export function CombinedTemplate({ resource, isLesson, showMetaTags }) { return ( -
+
router.push(`/details/${nAddress}`)}> resource thumbnail
-
- -
@@ -74,15 +71,11 @@ export function CombinedTemplate({ resource, isLesson, showMetaTags }) {
{resource.title}
-
- {resource?.price && resource?.price > 0 ? ( - - ) : ( - - )} +
+
- +
{resource?.topics?.map((topic, index) => ( shouldShowMetaTags(topic) && ( @@ -93,7 +86,11 @@ export function CombinedTemplate({ resource, isLesson, showMetaTags }) { ))} {isLesson && showMetaTags && }
-

Video / Document

+ {resource?.price && resource?.price > 0 ? ( + + ) : ( + + )}