Skip to content

Commit

Permalink
Remove blog header image
Browse files Browse the repository at this point in the history
Signed-off-by: Kipruto <[email protected]>
  • Loading branch information
kelvinkipruto committed Sep 4, 2024
1 parent 446b0e6 commit 3f32190
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions apps/engineeringblog/components/Article/ArticleContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,6 @@ const ArticleContent = React.forwardRef(function ArticleContent(

return (
<Box ref={ref}>
<Figure
ImageProps={{
alt: title,
sx: { objectFit: "cover" },
src: featuredImage,
}}
sx={{
width: "100%",
height: { xs: "163px", md: "600px" },
}}
/>
<ArticleHeader date={date} excerpt={description} title={title} sx={{}} />
<Section
component="header"
Expand Down

0 comments on commit 3f32190

Please sign in to comment.