It's been two years so I have no idea what's going on

This commit is contained in:
Isaac Greene 2025-10-02 23:57:33 -04:00
parent 099728c760
commit ed2f6af9c8
Signed by: isaac
SSH key fingerprint: SHA256:Jr4CSXfwzXSuwhYRd3vX12Wt/v8vkvq0hOJ0NLwubH8
23 changed files with 112 additions and 473 deletions

View file

@ -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) {