It's been two years so I have no idea what's going on
This commit is contained in:
parent
099728c760
commit
ed2f6af9c8
23 changed files with 112 additions and 473 deletions
|
|
@ -10,6 +10,19 @@ import SwiftUI
|
|||
struct June2023: View {
|
||||
var body: some View {
|
||||
ScrollView {
|
||||
//2023-06-06
|
||||
HStack {
|
||||
VStack (alignment: .leading) {
|
||||
Text("2023-06-06")
|
||||
.font(.title2)
|
||||
Text("Version Prerelease Build LVSXT11x\n")
|
||||
.font(.footnote)
|
||||
Text("\u{2022} Started working on custom launch screen but now it's not working")
|
||||
}
|
||||
Spacer()
|
||||
}
|
||||
.padding(30)
|
||||
|
||||
//2023-06-05
|
||||
HStack {
|
||||
VStack (alignment: .leading) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue