remove duplicate overview from TMDB detail hero, fix wikipedia edit text and entity decoding
This commit is contained in:
@@ -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 && (
|
||||
|
||||
Reference in New Issue
Block a user