Create poster placeholder with logo

This commit is contained in:
Zoe Roux
2026-02-05 11:07:38 +01:00
parent 546935d988
commit 6af2cbb9f3
5 changed files with 29 additions and 32 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ export const ItemWatchStatus = ({
return (
<View
className="absolute top-0 right-0 m-1 aspect-square min-w-8 items-center justify-center rounded-full bg-gray-800/70 p-1"
className="absolute top-0 left-0 m-1 aspect-square min-w-8 items-center justify-center rounded-full bg-gray-800/70 p-1"
{...props}
>
{watchStatus === "completed" ? (