From 4d40b0c083fa78a90337273b83b44f450c3d3d9b Mon Sep 17 00:00:00 2001 From: Shav Kinderlehrer Date: Sun, 7 Jan 2024 16:41:45 -0500 Subject: Use backdrop blurhash + rename LibraryIconView --- Jel/Views/Dashboard/DashboardView.swift | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'Jel/Views/Dashboard/DashboardView.swift') diff --git a/Jel/Views/Dashboard/DashboardView.swift b/Jel/Views/Dashboard/DashboardView.swift index 279f056..5ad25f8 100644 --- a/Jel/Views/Dashboard/DashboardView.swift +++ b/Jel/Views/Dashboard/DashboardView.swift @@ -20,17 +20,9 @@ struct DashboardView: View { } } header: { DashboardSectionTitleView("Libraries") - } - - Section { - NavigationStack { - DashboardLibraryView() - } - } header: { - DashboardSectionTitleView("Next up") + .padding([.top, .leading]) } } - .padding() } .navigationTitle("Home") .toolbar { -- cgit v1.2.3