diff --git a/UI_V2/pages/products/product.py b/UI_V2/pages/products/product.py index 1987bbd..dbc411c 100644 --- a/UI_V2/pages/products/product.py +++ b/UI_V2/pages/products/product.py @@ -74,7 +74,7 @@ class ProductPage: ft.Stack( [ ft.Image( - src=f"images/{sp['image']}", + src=f"{sp['image']}", fit=ft.ImageFit.COVER, repeat=ft.ImageRepeat.NO_REPEAT, border_radius=ft.border_radius.all(5),