From 418dfebc199f008ebfe8a44e721c732fb6ad2f3a Mon Sep 17 00:00:00 2001 From: Sean O'Dell Date: Thu, 16 Nov 2023 11:37:38 -0600 Subject: [PATCH] update video.js code with boxes and new video --- src/components/Videos.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/Videos.js b/src/components/Videos.js index b2826bf..2246b7f 100644 --- a/src/components/Videos.js +++ b/src/components/Videos.js @@ -48,7 +48,12 @@ function Videos() { - + + + + + + ); }