Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

[IP- 487]: [Onboarding] Change first screen

  • Loading branch information
naira-cliqz authored and pavel-cliqz committed May 14, 2019
1 parent 7b8cf16 commit dede6cea355be117aaa7aef3bb9d93a32016cf08
@@ -455,8 +455,7 @@ struct LumenIntroCard: Codable, Equatable {


let onboardingStrings = CliqzStrings.LumenOnboarding()
let langCode = Locale.current.languageCode ?? "en"
let dashboardImageName = "lumen-Dashboard_\(langCode)"
let dashboardImageName = "lumen-Dashboard"
let welcome = LumenIntroCard(title: onboardingStrings.introTitle, text: onboardingStrings.introText, imageName: dashboardImageName)
// let adblock = LumenIntroCard(title: onboardingStrings.adblockerTitle, text: onboardingStrings.adblockerText, imageName: "lumen-Adblock")
let vpn = LumenIntroCard(title: onboardingStrings.vpnTitle, text: onboardingStrings.vpnText, imageName: "lumen-VPN")
@@ -2,17 +2,17 @@
"images" : [
{
"idiom" : "universal",
"filename" : "Dashboard_DE.png",
"filename" : "Dashboard(1).png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "Dashboard_DE@2x.png",
"filename" : "Dashboard@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "Dashboard_DE@3x.png",
"filename" : "Dashboard@3x.png",
"scale" : "3x"
}
],
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit dede6ce

Please sign in to comment.