Skip to content

Commit

Permalink
Update image asset paths in image_assets.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
c3k4ah committed Apr 22, 2024
1 parent acbad20 commit 822ee8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/data/image_assets.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'package:flutter/foundation.dart';
final ImageAssets imageAsset = ImageAssets();

class ImageAssets {
String directory = !(kIsWeb) ? 'assets/' : '';
String directory = 'assets/assets'; //!(kIsWeb) ? 'assets/' : '';

//logo
String get inonia => '${directory}logo/ibonia.png';
Expand Down

0 comments on commit 822ee8f

Please sign in to comment.