mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-22 15:12:28 -04:00
Create poster placeholder with logo
This commit is contained in:
@@ -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" ? (
|
||||
|
||||
Reference in New Issue
Block a user