diff --git a/Xcodes/Frontend/About/AboutView.swift b/Xcodes/Frontend/About/AboutView.swift index 2858b5f..4967e2e 100644 --- a/Xcodes/Frontend/About/AboutView.swift +++ b/Xcodes/Frontend/About/AboutView.swift @@ -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())