Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
ketan-sharmaa committed Jun 26, 2024
1 parent 2aef7e5 commit aa19824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/screens/project_description_map.dart
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class ProjectDescriptionMAP extends StatelessWidget {
height: 50.h,
),
Image.asset(
'asset/mockups/phone.png',
'mockups/phone.png',
height: 50.h,
),
],
Expand All @@ -163,7 +163,7 @@ class ProjectDescriptionMAP extends StatelessWidget {
height: size.height,
),
Image.asset(
'asset/mockups/laptop.png',
'mockups/laptop.png',
height: size.height,
),
],
Expand Down

0 comments on commit aa19824

Please sign in to comment.