Update image path
This commit is contained in:
parent
f008605c58
commit
2e72604769
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ class _CartState extends State<Cart> {
|
|||
child: Container(
|
||||
decoration: const BoxDecoration(
|
||||
image: DecorationImage(
|
||||
image: AssetImage('assets/images/cart_empty.webp')
|
||||
image: AssetImage('assets/images/image_empty.webp')
|
||||
)
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue