simplify message

This commit is contained in:
Josh Hawkins 2024-09-13 06:41:18 -05:00
parent 6b6a3c5119
commit 9a037eea0d

View File

@ -299,15 +299,15 @@ export default function LivePlayer({
/> />
</div> </div>
{!offline && !showStillWithoutActivity && ( {offline && !showStillWithoutActivity && (
<div className="absolute inset-0 left-1/2 top-1/2 flex h-96 w-96 -translate-x-1/2 -translate-y-1/2"> <div className="absolute inset-0 left-1/2 top-1/2 flex h-96 w-96 -translate-x-1/2 -translate-y-1/2">
<div className="flex flex-col items-center justify-center rounded-lg bg-background/50 p-5"> <div className="flex flex-col items-center justify-center rounded-lg bg-background/50 p-5">
<p className="my-5 text-lg">Stream offline</p> <p className="my-5 text-lg">Stream offline</p>
<TbExclamationCircle className="mb-3 size-10" /> <TbExclamationCircle className="mb-3 size-10" />
<p className="max-w-96 text-center"> <p className="max-w-96 text-center">
No frames have been received for the stream on{" "} No frames have been received on the{" "}
{capitalizeFirstLetter(cameraConfig.name)} defined with the{" "} {capitalizeFirstLetter(cameraConfig.name)} <code>detect</code>{" "}
<code>detect</code> role, check error logs stream, check error logs
</p> </p>
</div> </div>
</div> </div>