Sorry misunderstood the question.
It prints https://runningworks.org/
struct DoGood: Identifiable {
var id = UUID()
var name: String
var info: String
var link: String
var logo: String
}
let doGoodData = [
DoGood(name: "Running Works", info: "Running Works is a non-profit running program founded to use sport to empower individuals and families to break cycles of abuse, neglect, ******* and homelessness – one stride at a time.", link: "https://runningworks.org/", logo: "runningworks"),
DoGood(name:"PARA GUIDE", info:"PARA GUIDE enables Para-Visually impaired individuals to experience a more enriched life through guided physical activities.", link:"https://www.paraguide.org/", logo: ""),
DoGood(name:"Share Charlotte", info:"Shre Charlotte offers simple ways for neighbors, nonprofits, and businesses to come together and do good to support our local community.", link:"https://sharecharlotte.org/", logo:""),
DoGood(name:"Speed for Need", info:"Speed For Need pushes riders with special needs in customized racing chairs to help them compete in fitness events that they would not be able to do on their own.",link:"https://speedforneed.org/", logo:"speedforneed")
]