Changed build id to avoid l/i confusion
This commit is contained in:
parent
8cb3960507
commit
aa98615750
1 changed files with 3 additions and 1 deletions
|
|
@ -15,10 +15,12 @@ struct April2022: View {
|
||||||
VStack (alignment: .leading) {
|
VStack (alignment: .leading) {
|
||||||
Text("2022-04-10")
|
Text("2022-04-10")
|
||||||
.font(.title2)
|
.font(.title2)
|
||||||
Text("Version Prerelease Build LVSXT10l\n")
|
Text("Version Prerelease Build LVSXT10m\n")
|
||||||
.font(.footnote)
|
.font(.footnote)
|
||||||
Text("\u{2022} Added known issues view.\n\t\u{2022} Might add this to the change log navigation at the bottom in the future")
|
Text("\u{2022} Added known issues view.\n\t\u{2022} Might add this to the change log navigation at the bottom in the future")
|
||||||
}
|
}
|
||||||
|
.padding(30)
|
||||||
|
|
||||||
//2022-04-09
|
//2022-04-09
|
||||||
VStack (alignment: .leading) {
|
VStack (alignment: .leading) {
|
||||||
Text("2022-04-09:")
|
Text("2022-04-09:")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue