diff --git a/ios/HackerNews/Screens/LoginScreen.swift b/ios/HackerNews/Screens/LoginScreen.swift index 21e2d79c..619c081f 100644 --- a/ios/HackerNews/Screens/LoginScreen.swift +++ b/ios/HackerNews/Screens/LoginScreen.swift @@ -8,6 +8,7 @@ import Foundation import SwiftUI +// dont change the images at alL!!!again again, both should passssssssss struct LoginScreen: View { @ObservedObject var appState: AppViewModel @@ -15,7 +16,7 @@ struct LoginScreen: View { var body: some View { VStack(spacing: 20) { VStack(alignment: .leading) { - Text("Welcome to Hacker News") + Text("Welcome to Hacker News (Nico Intentionally Change the snapshot) blah blah actual change") .font(.title) Text("Login to browse stories") }