Skip to content

Commit

Permalink
more cleaning up of assets folder
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunicorn committed Aug 15, 2024
1 parent 3ce522f commit 0d73fc2
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions app/assets/icon/comment.svg

This file was deleted.

File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion app/lib/features/auth/pages/forgot_password.dart
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class _AskForEmail extends StatelessWidget {
var screenHeight = MediaQuery.of(context).size.height;
var imageSize = screenHeight / 4;
return SvgPicture.asset(
'assets/icon/forgot_password.svg',
'assets/imagess/forgot_password.svg',
height: imageSize,
width: imageSize,
);
Expand Down
2 changes: 1 addition & 1 deletion app/lib/features/intro/pages/intro_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class IntroPage extends StatelessWidget {
// limit the to always show the button even if the keyboard is opened
final imageSize = MediaQuery.of(context).size.height / 5;
return Image.asset(
'assets/icon/intro.png',
'assets/images/intro.png',
height: imageSize,
width: imageSize,
);
Expand Down

0 comments on commit 0d73fc2

Please sign in to comment.