diff options
Diffstat (limited to 'Hutch/App/HutchApp.swift')
| -rw-r--r-- | Hutch/App/HutchApp.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Hutch/App/HutchApp.swift b/Hutch/App/HutchApp.swift index 853b1c2..0fb1875 100644 --- a/Hutch/App/HutchApp.swift +++ b/Hutch/App/HutchApp.swift @@ -26,7 +26,7 @@ struct HutchApp: App { let link: DeepLink switch destination { case .home: link = .home - case .inbox: link = .home + case .work: link = .work case .builds: link = .buildsTab case .repositories: link = .repositoriesTab case .trackers: link = .trackersTab |
