From a52db2c6318274c01b774eb64e83b9403fab7caf Mon Sep 17 00:00:00 2001 From: yashjagtap23 <108370176+yashjagtap23@users.noreply.github.com> Date: Sun, 20 Oct 2024 12:32:02 -0500 Subject: [PATCH] first commit jagtap --- HackIllinois/SwiftUI/HIOnboardingView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HackIllinois/SwiftUI/HIOnboardingView.swift b/HackIllinois/SwiftUI/HIOnboardingView.swift index 204c572b..96ba555f 100644 --- a/HackIllinois/SwiftUI/HIOnboardingView.swift +++ b/HackIllinois/SwiftUI/HIOnboardingView.swift @@ -37,7 +37,7 @@ struct HIOnboardingView: View { .font(.title2.bold()) .tracking(2) // .onAppear { -// print("The screen height is \(UIScreen.main.bounds.height)") +// print("This screen height is \(UIScreen.main.bounds.height)") // } } .padding()