Added km/hr and mi/hr. Did some formatting stuff.
This commit is contained in:
parent
af513b8c05
commit
acc9f86315
5 changed files with 76 additions and 26 deletions
|
|
@ -62,8 +62,8 @@ struct DocsView: View {
|
|||
}
|
||||
Section(header: Text("App Information")) {
|
||||
NavigationLink("Software License", destination: LicenseView())
|
||||
Text("Version: Release Candidate 3")
|
||||
Text("Release date: 2022-06-16")
|
||||
Text("Version: Release Candidate 4")
|
||||
Text("Release date: 2022-06-17")
|
||||
Text("Start date: 2022-03-25")
|
||||
Link("Built with SwiftUI \(Image(systemName: "swift"))", destination: URL(string: "https://developer.apple.com/xcode/swiftui")!)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue