gpt-engineer-app[bot] hai 6 días
pai
achega
b8924f7f3b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/NewsCard.tsx

+ 1 - 1
src/components/NewsCard.tsx

@@ -128,7 +128,7 @@ const NewsCard = ({
       
       <CardContent className="space-y-4" onClick={handleCardClick}>
         <div className="space-y-3">
-          {news.imageUrl && news.category !== 'youtube' && (
+          {news.imageUrl && (
             <div className="w-full">
               <img
                 src={news.imageUrl}