diff --git a/DNSecure/Views/ContentView.swift b/DNSecure/Views/ContentView.swift index 3e832b9..4b9e7b7 100644 --- a/DNSecure/Views/ContentView.swift +++ b/DNSecure/Views/ContentView.swift @@ -133,14 +133,18 @@ extension ContentView: View { List { NavigationLink( "Instructions", - destination: HowToActivateView(isSheet: false), tag: -1, selection: self.$selection - ) - Section(header: Text("Servers")) { + ) { + HowToActivateView(isSheet: false) + } + Section { ForEach(0.. some View { var configuration = configuration - Section( - header: EditButton() - .foregroundColor(.accentColor) - .frame(maxWidth: .infinity, alignment: .trailing) - .overlay(Text("Servers"), alignment: .leading), - footer: Text("The DNS server IP addresses.") - ) { + Section { ForEach(0.. some View { var configuration = configuration - Section( - header: EditButton() - .foregroundColor(.accentColor) - .frame(maxWidth: .infinity, alignment: .trailing) - .overlay(Text("Servers"), alignment: .leading), - footer: Text("The DNS server IP addresses.") - ) { + Section { ForEach(0..