Skip to content

Commit

Permalink
Update src/components/CourseCard.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
devsargam authored Sep 5, 2024
1 parent e4bc026 commit e1f1e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CourseCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const CourseCard = ({
}) => {
const router = useRouter();
const imageUrl =
course.imageUrl && course.imageUrl !== ''
course.imageUrl
? course.imageUrl
: 'banner_placeholder.png';
return (
Expand Down

0 comments on commit e1f1e44

Please sign in to comment.