diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index ba02c60..22d35e6 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -262,12 +262,11 @@ function TopStoriesList({ articles }: { articles: Article[] }) { function FeaturedHeroCard({ article, focalPoints }: { article: Article; focalPoints?: Record }) { const isVideo = article.category === "Video"; - const objPos = getObjectPosition(article.coverImage, focalPoints); return (
- {article.title} + {article.title} {isVideo && (