This commit is contained in:
Tejas Panchal
2025-07-24 22:23:14 +05:30
parent 2a449a6f00
commit 6e55237581
15 changed files with 98 additions and 121 deletions

View File

@@ -99,7 +99,7 @@ function Topten({ data, className }) {
>
{/* Image with tooltip behavior */}
<img
src={`https://wsrv.nl/?url=${item.poster}`}
src={`${item.poster}`}
alt={item.title}
className="w-[60px] h-[75px] rounded-md object-cover flex-shrink-0 cursor-pointer"
onClick={() => navigate(`/watch/${item.id}`)}