Skip to content

Commit

Permalink
test 2 img team
Browse files Browse the repository at this point in the history
  • Loading branch information
clara7227 committed Oct 15, 2024
1 parent e259c1d commit ea6bf2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/core/Cards.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@ const Card = React.forwardRef(
<CustomCard className={cn(CardVariants({ direction, className }))}>
{img && (
<Image
src={basePath+img || "placeholder.jpg"}
alt={basePath+img || "placeholder.jpg"}
src={"/boiler" +img || "placeholder.jpg"}
alt={"/boiler"+img || "placeholder.jpg"}
className={"h-24"}
fit="contain"
/>
Expand Down

0 comments on commit ea6bf2f

Please sign in to comment.