Skip to content

Commit

Permalink
temp fix assetIMge
Browse files Browse the repository at this point in the history
  • Loading branch information
ketan-sharmaa committed Jun 27, 2024
1 parent 2a95b96 commit 466f765
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions lib/screens/project_description_map.dart
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,10 @@ class ProjectDescriptionMAP extends StatelessWidget {
project['thumbnail'],
height: 50.h,
),
Image.asset(
'mockups/phone.png',
Image(
image: const AssetImage(
'mockups/phone.png',
),
height: 50.h,
),
],
Expand All @@ -188,8 +190,10 @@ class ProjectDescriptionMAP extends StatelessWidget {
project['thumbnail_web'],
height: 50.h,
),
Image.asset(
'mockups/laptop.png',
Image(
image: const AssetImage(
'mockups/laptop.png',
),
height: 50.h,
),
],
Expand Down

0 comments on commit 466f765

Please sign in to comment.