Skip to content

Commit

Permalink
chore: fix GitHub case (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva authored Oct 5, 2023
1 parent 1b74d2d commit 0561849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MiniSim/Views/About.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ struct About: View {
.padding(.bottom, 10)

HStack {
Button("Github") {
Button("GitHub") {
openURL(URL(string: "https://github.com/okwasniewski/MiniSim")!)
}
Button("Buy me a coffee") {
Expand Down

0 comments on commit 0561849

Please sign in to comment.