From ae32b62552e70fdfd756f2d10a5c93076ab43a06 Mon Sep 17 00:00:00 2001 From: Mary Kate Fain Date: Fri, 17 Apr 2026 18:03:46 -0500 Subject: [PATCH] Show 3 playlist columns on desktop instead of 2 --- src/components/music/MusicPlaylistsTab.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/music/MusicPlaylistsTab.tsx b/src/components/music/MusicPlaylistsTab.tsx index a824ec8c..d6bbc53c 100644 --- a/src/components/music/MusicPlaylistsTab.tsx +++ b/src/components/music/MusicPlaylistsTab.tsx @@ -115,7 +115,7 @@ export function MusicPlaylistsTab() { {/* Playlist grid */} {showSkeleton ? (
-
+
{Array.from({ length: 6 }).map((_, i) => ( ))} @@ -123,7 +123,7 @@ export function MusicPlaylistsTab() {
) : filtered.length > 0 ? (
-
+
{filtered.map((ev) => ( ))}