This commit is contained in:
Josh Hawkins 2025-02-14 12:27:59 -06:00
parent 6df6ab53c9
commit 2d113146bc

View File

@ -41,7 +41,7 @@ export function GenericVideoPlayer({
<div className="relative flex flex-grow items-center justify-center"> <div className="relative flex flex-grow items-center justify-center">
{!sourceExists ? ( {!sourceExists ? (
<div className="flex aspect-video w-full items-center justify-center bg-background_alt text-lg text-primary"> <div className="flex aspect-video w-full items-center justify-center bg-background_alt text-lg text-primary">
Video not found Video not available
</div> </div>
) : ( ) : (
<> <>