Fix spelling of "GitHub" (#84)

This commit is contained in:
Lukas Spieß 2023-01-17 06:32:12 +01:00 committed by GitHub
parent ce2f8620ed
commit e0f8c9a3c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,7 +123,7 @@ struct SettingsTabs: View {
} }
Link(destination: URL(string: "https://github.com/Dimillian/IceCubesApp")!) { Link(destination: URL(string: "https://github.com/Dimillian/IceCubesApp")!) {
Label("Source (Github link)", systemImage: "link") Label("Source (GitHub link)", systemImage: "link")
} }
.tint(theme.labelColor) .tint(theme.labelColor)