Skip to content

Commit

Permalink
fix: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
WesselvanDam committed Sep 30, 2024
1 parent 9960511 commit e2ff6ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions lib/screens/Login/login_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class LoginScreen extends ConsumerWidget {
children: [
Padding(
padding: const EdgeInsets.symmetric(vertical: 24.0, horizontal: 48),
child: Image.asset('assets/images/logo-colour-sub.png')
child: Image.asset('assets/images/logo.png')
.animate()
.fadeIn(duration: const Duration(milliseconds: 300)),
),
Expand All @@ -90,7 +90,7 @@ class LoginScreen extends ConsumerWidget {
textAlign: TextAlign.center,
text: TextSpan(
text:
'A Thank You Token is a small object with little intrinsic value which you gift to someone after a meaningful interaction, as a way to express your gratitude. Read more at ',
'A Thank You Token is a small object with little intrinsic value that you gift to someone after a meaningful interaction, as a way to express your gratitude. Read more at ',
style: Theme.of(context).textTheme.bodyLarge,
children: [
TextSpan(
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ flutter:
- assets/images/glyph_white.png
- assets/images/glyph_color.png
- assets/images/banner.jpg
- assets/images/logo-colour-sub.png
- assets/images/logo.png

fonts:
- family: AtkinsonHyperlegible
Expand Down

0 comments on commit e2ff6ad

Please sign in to comment.