Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ignore] Testing snapshot approval #226

Closed
wants to merge 14 commits into from
3 changes: 2 additions & 1 deletion ios/HackerNews/Screens/LoginScreen.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@
import Foundation
import SwiftUI

// dont change the images at alL!!!again again, both should passssssssss
struct LoginScreen: View {

@ObservedObject var appState: AppViewModel

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")
}
Expand Down
Loading