diff options
Diffstat (limited to 'Jel/Views/Dashboard/DashboardView.swift')
-rw-r--r-- | Jel/Views/Dashboard/DashboardView.swift | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jel/Views/Dashboard/DashboardView.swift b/Jel/Views/Dashboard/DashboardView.swift index 50d3538..a29d2f5 100644 --- a/Jel/Views/Dashboard/DashboardView.swift +++ b/Jel/Views/Dashboard/DashboardView.swift @@ -16,6 +16,7 @@ struct DashboardView: View { VStack { DashboardLibraryView() } + .navigationTitle("Home") .toolbar { ToolbarItem(placement: .topBarTrailing) { Button { |