Capitalize the captions on the landing screen

This commit is contained in:
Manav 2022-06-11 09:03:09 +05:30
parent 0e01af4af2
commit bd10124d78

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) {