Merge pull request #248 from duffpod/patch-1

Fixed wrong localization key for Github Repo in AboutView
This commit is contained in:
Matt Kiazyk 2022-06-11 22:39:05 -05:00 committed by GitHub
commit b240d0f77b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ struct AboutView: View {
Button(action: {
openURL(URL(string: "https://github.com/RobotsAndPencils/XcodesApp/")!)
}) {
Label("GitHubRepo", systemImage: "link")
Label("GithubRepo", systemImage: "link")
}
.buttonStyle(LinkButtonStyle())