diff options
Diffstat (limited to 'Hutch/Views/More')
| -rw-r--r-- | Hutch/Views/More/MoreView.swift | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Hutch/Views/More/MoreView.swift b/Hutch/Views/More/MoreView.swift index ad02077..eda918f 100644 --- a/Hutch/Views/More/MoreView.swift +++ b/Hutch/Views/More/MoreView.swift @@ -19,6 +19,13 @@ struct MoreView: View { .themedRow() } + Section("Activity") { + NavigationLink(value: MoreRoute.activity) { + Label("Ticket Activity", systemImage: "bell.badge") + } + .themedRow() + } + Section("Other Services") { NavigationLink(value: MoreRoute.projects) { Label("Projects", systemImage: "square.stack.3d.up") |
