From 994966b26b630c3ff56b950a8196578145603997 Mon Sep 17 00:00:00 2001 From: Matthew Turk Date: Thu, 22 Feb 2024 22:17:45 -0800 Subject: [PATCH] Bio links in `Contacts` --- PAWS/Contacts/Contacts.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PAWS/Contacts/Contacts.swift b/PAWS/Contacts/Contacts.swift index 5ca0da9b..3a011a4d 100644 --- a/PAWS/Contacts/Contacts.swift +++ b/PAWS/Contacts/Contacts.swift @@ -38,7 +38,7 @@ struct Contacts: View { image: Image(systemName: "safari.fill"), // swiftlint:disable:this accessibility_label_for_image title: "Website", action: { - if let url = URL(string: "https://profiles.stanford.edu/intranet/scott-ceresnak?tab=bio") { + if let url = URL(string: "https://profiles.stanford.edu/scott-ceresnak?tab=bio") { UIApplication.shared.open(url) } } @@ -69,7 +69,7 @@ struct Contacts: View { image: Image(systemName: "safari.fill"), // swiftlint:disable:this accessibility_label_for_image title: "Website", action: { - if let url = URL(string: "https://profiles.stanford.edu/intranet/scott-ceresnak?tab=bio") { + if let url = URL(string: "https://profiles.stanford.edu/aydin-zahedivash?tab=bio") { UIApplication.shared.open(url) } }