summaryrefslogtreecommitdiff
path: root/Jel/Views/Dashboard/DashboardView.swift
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2023-12-23 00:53:44 -0500
committerShav Kinderlehrer <[email protected]>2023-12-23 00:53:44 -0500
commit885615d1dd029138700c36bb8b23d211cf713811 (patch)
treed358d87926a8b5b73db87e9b87f3c46dfb35a435 /Jel/Views/Dashboard/DashboardView.swift
parent73c40b5aa0142ed89082214f790df539174e4dac (diff)
downloadjel-885615d1dd029138700c36bb8b23d211cf713811.tar.gz
jel-885615d1dd029138700c36bb8b23d211cf713811.zip
Refactor LibraryIconView
Diffstat (limited to 'Jel/Views/Dashboard/DashboardView.swift')
-rw-r--r--Jel/Views/Dashboard/DashboardView.swift10
1 files changed, 5 insertions, 5 deletions
diff --git a/Jel/Views/Dashboard/DashboardView.swift b/Jel/Views/Dashboard/DashboardView.swift
index 2658180..50d3538 100644
--- a/Jel/Views/Dashboard/DashboardView.swift
+++ b/Jel/Views/Dashboard/DashboardView.swift
@@ -14,10 +14,10 @@ struct DashboardView: View {
var body: some View {
NavigationStack {
VStack {
- LibraryView()
+ DashboardLibraryView()
}
.toolbar {
- ToolbarItem {
+ ToolbarItem(placement: .topBarTrailing) {
Button {
showingSettingsSheet.toggle()
} label: {
@@ -32,6 +32,6 @@ struct DashboardView: View {
}
}
-#Preview {
- DashboardView()
-}
+//#Preview {
+// DashboardView()
+//}