diff --git a/components/card/index.jsx b/components/card/index.jsx index 2d8c03e..2e196ad 100644 --- a/components/card/index.jsx +++ b/components/card/index.jsx @@ -27,15 +27,21 @@ export default function Card({ articles: { data, found } }) { key={id} > - + {featured_media ? ( + + ) : ( +

+ Ups! esta publicacion no tiene imagen +

+ )}