Skip to content

Commit

Permalink
fix: offline message learn (#1054)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sembauke authored Jul 18, 2023
1 parent 4b23fbb commit f690f85
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions mobile-app/lib/ui/views/learn/landing/landing_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -125,22 +125,14 @@ class LearnLandingView extends StatelessWidget {
crossAxisAlignment: CrossAxisAlignment.center,
children: const [
Text(
'You are offline, and have no downloads!',
'You are offline, please try again in a moment.',
style: TextStyle(
fontWeight: FontWeight.bold,
fontSize: 18,
height: 1.2,
),
textAlign: TextAlign.center,
),
Text(
'Try to download some challenges if you have an unstable connection.',
textAlign: TextAlign.center,
style: TextStyle(
height: 2.2,
fontSize: 16,
),
),
],
),
);
Expand Down

0 comments on commit f690f85

Please sign in to comment.