diff --git a/frontend/src/components/routes/ArticleDetailComponent.tsx b/frontend/src/components/routes/ArticleDetailComponent.tsx index 2cda470..2d05c0c 100644 --- a/frontend/src/components/routes/ArticleDetailComponent.tsx +++ b/frontend/src/components/routes/ArticleDetailComponent.tsx @@ -68,31 +68,29 @@ export function ArticleDetailComponent({ id }: { id: string }) { {data.featuredImage && data.imagePosition !== 'none' && ( -
{data.title} { console.error('Failed to load image:', data.featuredImage, e); e.currentTarget.style.display = 'none'; @@ -112,7 +110,7 @@ export function ArticleDetailComponent({ id }: { id: string }) {
)} -
+