added frontend for k8s changes in k8s and comp and pages and dockerfile
This commit is contained in:
@@ -40,7 +40,7 @@ const TrendingCard = ({ title, img, href }) => {
|
||||
<Link to={href}>
|
||||
{/* Image */}
|
||||
<img
|
||||
src={img}
|
||||
src={img || "/default-product.png"}
|
||||
alt={title}
|
||||
className="w-full h-44 md:h-52 object-cover transition-transform duration-500 hover:scale-105"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user