From 69b732ed376b8e9d9c0a70411ac584233961e798 Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Wed, 20 Jul 2022 14:55:04 -0500 Subject: [PATCH] better --- src/components/VideoPlayer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/VideoPlayer.tsx b/src/components/VideoPlayer.tsx index e6c768b..8749289 100644 --- a/src/components/VideoPlayer.tsx +++ b/src/components/VideoPlayer.tsx @@ -5,7 +5,7 @@ function VideoPlayer(props: { url: string }) { const [errored, setErrored] = useState(false); if (errored) { return
-
Offline - Video Not Available
+
Offline / Video Not Available
; }