mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-19 13:46:38 +00:00
Fix spelling of "GitHub" (#84)
This commit is contained in:
parent
ce2f8620ed
commit
e0f8c9a3c9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue