We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0547781 + 0f39ee4 commit 6a61b60Copy full SHA for 6a61b60
1 file changed
PennMobile/More Tab/MoreView.swift
@@ -28,7 +28,7 @@ private struct PennLink: View, Identifiable {
28
29
private let pennLinks: [PennLink] = [
30
PennLink(title: "Penn Labs", url: "https://pennlabs.org"),
31
- PennLink(title: "Share Your Feedback", url: "https://airtable.com/shrS98E3rj5Nw1wy6")]
+ PennLink(title: "Share Your Feedback", url: "https://pennlabs.org/feedback/ios")]
32
33
struct MoreView: View {
34
var features: [AppFeature]
0 commit comments