diff options
Diffstat (limited to 'Hutch/Views/More/MoreView.swift')
| -rw-r--r-- | Hutch/Views/More/MoreView.swift | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Hutch/Views/More/MoreView.swift b/Hutch/Views/More/MoreView.swift index 4666e53..5c757ef 100644 --- a/Hutch/Views/More/MoreView.swift +++ b/Hutch/Views/More/MoreView.swift @@ -61,6 +61,11 @@ struct MoreView: View { Label("Settings", systemImage: "gear") } .themedRow() + + NavigationLink(value: MoreRoute.about) { + Label("About Hutch", systemImage: "info.circle") + } + .themedRow() } Section { |
