Skip to content

Commit

Permalink
fix: Featured Timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
bicstone committed Feb 13, 2024
1 parent be2eb3b commit eb89c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/TimelineFeatured/FeaturedList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const FeaturedList = (): JSX.Element => {
{FEATURES.map((item) => (
<FeaturedCard key={item.url} {...item}>
<StaticImage
src={item.url}
src={item.ogImage}
alt={item.title}
width={1200}
height={630}
Expand Down

0 comments on commit eb89c74

Please sign in to comment.