Commit f455272 1 parent cae7d48 commit f455272 Copy full SHA for f455272
File tree 2 files changed +3
-3
lines changed
apps/mobile/metro-now/metro-now
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ struct ContentView: View {
21
21
isPresented: $showWelcomeScreen,
22
22
onDismiss: dismissWelcomeScreen
23
23
) {
24
- WelcomeScreenView ( handleDismiss: dismissWelcomeScreen)
24
+ WelcomePageView ( handleDismiss: dismissWelcomeScreen)
25
25
. presentationDetents ( [ . medium] )
26
26
}
27
27
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ private let headingGradient = LinearGradient(
9
9
endPoint: . trailing
10
10
)
11
11
12
- struct WelcomeScreenView : View {
12
+ struct WelcomePageView : View {
13
13
let handleDismiss : ( ) -> Void
14
14
15
15
@State private var showContent = false
@@ -59,5 +59,5 @@ struct WelcomeScreenView: View {
59
59
}
60
60
61
61
#Preview {
62
- WelcomeScreenView { }
62
+ WelcomePageView { }
63
63
}
You can’t perform that action at this time.
0 commit comments