Skip to content

Commit

Permalink
Contact Links (#49)
Browse files Browse the repository at this point in the history
# Contact Links

## ♻️ Current situation & Problem
Hot fix addresses
[#53](https://github.com/StanfordBDHG/.github/issues/53) by replacing
previous (internal) bio links on the Contacts tab with public-facing
Stanford profiles.

### Code of Conduct & Contributing Guidelines 

By submitting creating this pull request, you agree to follow our [Code
of
Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md):
- [x] I agree to follow the [Code of
Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md).
  • Loading branch information
MatthewTurk247 authored Feb 23, 2024
1 parent 4458bfd commit 57e9b6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PAWS/Contacts/Contacts.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}
Expand Down Expand Up @@ -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)
}
}
Expand Down

0 comments on commit 57e9b6d

Please sign in to comment.