From a161baf3c9d26507d99250e18ad94e2be4c32d7b Mon Sep 17 00:00:00 2001 From: Dan Lebo Date: Thu, 9 Feb 2023 20:24:28 -0800 Subject: [PATCH] adding select to header --- beta/src/components/Layout/HomeContent.js | 40 ++++++++++++++--------- 1 file changed, 24 insertions(+), 16 deletions(-) diff --git a/beta/src/components/Layout/HomeContent.js b/beta/src/components/Layout/HomeContent.js index 8a55332c4..b9b665475 100644 --- a/beta/src/components/Layout/HomeContent.js +++ b/beta/src/components/Layout/HomeContent.js @@ -675,43 +675,43 @@ function PlaylistPage({playlist, playlistPromise, videosPromise}) { return (
-

+

{playlist.name}

- }> + }>
); } -function LoadingDiscography() { +function PlaylistLoading() { return (
-
-
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
@@ -754,8 +754,16 @@ function VideoList({videos, children}) { function Cover({background, children}) { return (
-
+
{children} +