Merge pull request #296 from ente-io/login-features-captions

This commit is contained in:
Vishnu Mohandas 2022-06-11 09:15:29 +05:30 committed by GitHub
commit 4b9bd64bc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -121,21 +121,21 @@ class _LandingPageWidgetState extends State<LandingPageWidget> {
"assets/protected.png",
"Private backups",
"for your memories",
"end-to-end encrypted by default",
"End-to-end encrypted by default",
),
FeatureItemWidget(
"assets/preserved.png",
"Safely stored",
"at a fallout shelter",
"designed to outlive",
"Designed to outlive",
),
FeatureItemWidget(
"assets/synced.png",
"Available",
"everywhere",
Platform.isAndroid
? "android, ios, web, desktop"
: "ios, android, web, desktop",
? "Android, iOS, Web, Desktop"
: "iOS, Android, Web, Desktop",
),
],
onPageChanged: (index) {