diff --git a/Permanent/Modules/Authentication/Views/AuthImageForRightSidePageView.swift b/Permanent/Modules/Authentication/Views/AuthImageForRightSidePageView.swift index b011dbab..28396186 100644 --- a/Permanent/Modules/Authentication/Views/AuthImageForRightSidePageView.swift +++ b/Permanent/Modules/Authentication/Views/AuthImageForRightSidePageView.swift @@ -15,7 +15,7 @@ struct AuthImageForRightSidePageView: View { Rectangle() .foregroundColor(.clear) .background( - Image(.authLoginLeft) + Image(.authSignInLeft) .resizable() .aspectRatio(contentMode: .fill) .clipped() diff --git a/Permanent/Resources/Assets/Assets.xcassets/Images/Authentication/authSignInLeftImage.imageset/Contents.json b/Permanent/Resources/Assets/Assets.xcassets/Images/Authentication/authSignInLeftImage.imageset/Contents.json new file mode 100644 index 00000000..37470c61 --- /dev/null +++ b/Permanent/Resources/Assets/Assets.xcassets/Images/Authentication/authSignInLeftImage.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "authSignIn.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Permanent/Resources/Assets/Assets.xcassets/Images/Authentication/authSignInLeftImage.imageset/authSignIn.png b/Permanent/Resources/Assets/Assets.xcassets/Images/Authentication/authSignInLeftImage.imageset/authSignIn.png new file mode 100644 index 00000000..4ce8f535 Binary files /dev/null and b/Permanent/Resources/Assets/Assets.xcassets/Images/Authentication/authSignInLeftImage.imageset/authSignIn.png differ