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} +