Fix spelling of "GitHub" (#84)
This commit is contained in:
parent
ce2f8620ed
commit
e0f8c9a3c9
|
@ -123,7 +123,7 @@ struct SettingsTabs: View {
|
|||
}
|
||||
|
||||
Link(destination: URL(string: "https://github.com/Dimillian/IceCubesApp")!) {
|
||||
Label("Source (Github link)", systemImage: "link")
|
||||
Label("Source (GitHub link)", systemImage: "link")
|
||||
}
|
||||
.tint(theme.labelColor)
|
||||
|
||||
|
|
Loading…
Reference in New Issue