fix similar products images
This commit is contained in:
@@ -74,7 +74,7 @@ class ProductPage:
|
|||||||
ft.Stack(
|
ft.Stack(
|
||||||
[
|
[
|
||||||
ft.Image(
|
ft.Image(
|
||||||
src=f"images/{sp['image']}",
|
src=f"{sp['image']}",
|
||||||
fit=ft.ImageFit.COVER,
|
fit=ft.ImageFit.COVER,
|
||||||
repeat=ft.ImageRepeat.NO_REPEAT,
|
repeat=ft.ImageRepeat.NO_REPEAT,
|
||||||
border_radius=ft.border_radius.all(5),
|
border_radius=ft.border_radius.all(5),
|
||||||
|
|||||||
Reference in New Issue
Block a user