|
|
@@ -207,7 +207,7 @@ extension Settings {
|
|
|
.frame(maxWidth: .infinity, alignment: .leading)
|
|
|
|
|
|
Button {
|
|
|
- if let url = URL(string: "https://discord.gg/FnwFEFUwXE") {
|
|
|
+ if let url = URL(string: "https://discord.triodocs.org") {
|
|
|
UIApplication.shared.open(url)
|
|
|
}
|
|
|
} label: {
|
|
|
@@ -223,7 +223,7 @@ extension Settings {
|
|
|
.frame(maxWidth: .infinity, alignment: .leading)
|
|
|
|
|
|
Button {
|
|
|
- if let url = URL(string: "https://m.facebook.com/groups/1351938092206709/") {
|
|
|
+ if let url = URL(string: "https://facebook.triodocs.org") {
|
|
|
UIApplication.shared.open(url)
|
|
|
}
|
|
|
} label: {
|
|
|
@@ -237,22 +237,6 @@ extension Settings {
|
|
|
}
|
|
|
}
|
|
|
.frame(maxWidth: .infinity, alignment: .leading)
|
|
|
-
|
|
|
- Button {
|
|
|
- if let url = URL(string: "https://diy-trio.org/") {
|
|
|
- UIApplication.shared.open(url)
|
|
|
- }
|
|
|
- } label: {
|
|
|
- HStack {
|
|
|
- Text("Trio Website")
|
|
|
- .foregroundColor(.primary)
|
|
|
- Spacer()
|
|
|
- Image(systemName: "chevron.right")
|
|
|
- .foregroundColor(.secondary)
|
|
|
- .font(.footnote)
|
|
|
- }
|
|
|
- }
|
|
|
- .frame(maxWidth: .infinity, alignment: .leading)
|
|
|
}
|
|
|
).listRowBackground(Color.chart)
|
|
|
|