diff --git a/frontend/src/components/theme-section.tsx b/frontend/src/components/theme-section.tsx index 98c6a51..73eabfd 100644 --- a/frontend/src/components/theme-section.tsx +++ b/frontend/src/components/theme-section.tsx @@ -31,21 +31,17 @@ export function ThemeSection({ theme, variant = "feed" }: ThemeSectionProps) { return (
- {theme.image_url && variant === "permalink" && ( + {theme.image_url && ( )}
- {theme.image_url && variant === "feed" && ( - - )}
{theme.body_md}