summaryrefslogtreecommitdiff
path: root/Hutch/Views/More/MoreView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Hutch/Views/More/MoreView.swift')
-rw-r--r--Hutch/Views/More/MoreView.swift5
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 {