remove duplicate overview from TMDB detail hero, fix wikipedia edit text and entity decoding

This commit is contained in:
2026-04-18 09:15:57 +03:00
parent 48cef31467
commit a7e36478a0
2 changed files with 35 additions and 18 deletions
-6
View File
@@ -286,12 +286,6 @@ export default function TmdbDetailPage({ tmdbId, kind }: Props) {
</div>
)}
{overview && (
<p className="text-[14px] text-white/85 leading-[1.65] mb-6 line-clamp-4 max-w-xl drop-shadow-sm">
{overview}
</p>
)}
<div className="flex items-center gap-2.5 flex-wrap">
<RequestButton tmdbId={tmdbId} kind={kind} tmdbData={data as any} />
{matchedLocal && (