summaryrefslogtreecommitdiff
path: root/Hutch/Views/More
diff options
context:
space:
mode:
Diffstat (limited to 'Hutch/Views/More')
-rw-r--r--Hutch/Views/More/MoreView.swift4
1 files changed, 4 insertions, 0 deletions
diff --git a/Hutch/Views/More/MoreView.swift b/Hutch/Views/More/MoreView.swift
index 001a9d6..9c5cf92 100644
--- a/Hutch/Views/More/MoreView.swift
+++ b/Hutch/Views/More/MoreView.swift
@@ -14,6 +14,10 @@ struct MoreView: View {
var body: some View {
List {
Section {
+ NavigationLink(value: MoreRoute.lookup) {
+ Label("Look Up", systemImage: "magnifyingglass")
+ }
+
NavigationLink(value: MoreRoute.lists) {
Label("Mailing Lists", systemImage: "list.bullet.rectangle")
}