Skip to content

Commit 39ce026

Browse files
Fix formatting of blogCard.tsx
1 parent 0bda28f commit 39ce026

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/blogCarousel/blogCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const BlogCard = ({ type, date, title, content, imageUrl, id, authors }) => {
4848

4949
{/* Card Image */}
5050
<div className="card-image">
51-
<img src={imageUrl} alt={title} />git a
51+
<img src={imageUrl} alt={title} />
5252
</div>
5353

5454
{/* Card Content */}

0 commit comments

Comments
 (0)