1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00

This is not goin well

This commit is contained in:
Cooper Ransom 2024-03-14 23:00:54 -04:00
parent 8df60920f4
commit d85c2cbf87

View file

@ -136,7 +136,9 @@ export function TopFlix() {
const coverUrl = getMediaPoster(item.tmdbFullId); const coverUrl = getMediaPoster(item.tmdbFullId);
return ( return (
<ConfigValue key={item.tmdbFullId} name={item.title}> <ConfigValue key={item.tmdbFullId} name={item.title}>
{`${item.providerId} - Provided: ${successText}, Views: ${item.count}`} {`${item.providerId} - Views: `}
<strong>{item.count}</strong>
{`, Provided: ${successText}`}
{/* <img src={coverUrl} alt={item.title} /> */} {/* <img src={coverUrl} alt={item.title} /> */}
</ConfigValue> </ConfigValue>
); );