mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-21 08:52:22 +00:00
chore(video): add dots to loading text
This commit is contained in:
parent
270daeccec
commit
0880258dad
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ export function VideoElement({ streamUrl, loading }) {
|
||||||
return (<VideoPlaceholder className="videoElementText">Your browser is not supported</VideoPlaceholder>)
|
return (<VideoPlaceholder className="videoElementText">Your browser is not supported</VideoPlaceholder>)
|
||||||
|
|
||||||
if (loading)
|
if (loading)
|
||||||
return <VideoPlaceholder>Loading episode</VideoPlaceholder>
|
return <VideoPlaceholder>Loading episode...</VideoPlaceholder>
|
||||||
|
|
||||||
if (!streamUrl || streamUrl.length === 0)
|
if (!streamUrl || streamUrl.length === 0)
|
||||||
return <videoPlaceholder>No video selected</videoPlaceholder>
|
return <videoPlaceholder>No video selected</videoPlaceholder>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue