diff --git a/data/cakes.go b/data/cakes.go index 16cb6db..02ba748 100644 --- a/data/cakes.go +++ b/data/cakes.go @@ -34,7 +34,7 @@ var Cakes = []types.Product{ {Name: "Nutellowiec z wiśniami", Image: "", Price: "120", Description: "nutelowy spód , krem śmietankowy z dodatkiem twarożku, wiśnie i galaretka"}, {Name: "Karpatka", Image: "", Price: "120", Description: ""}, {Name: "Tarta cytrynowa", Image: "", Price: "100", Description: ""}, - {Name: "Sernik lawendowy z pomarańczą", Image: "", Price: "150", Description: ""}, + {Name: "Sernik lawendowy z pomarańczą", Image: "sernik_lawenda", Price: "150", Description: ""}, } var Desserts = []types.Product{ diff --git a/img/wyroby/sernik_lawenda.avif b/img/wyroby/sernik_lawenda.avif new file mode 100644 index 0000000..5e4487f Binary files /dev/null and b/img/wyroby/sernik_lawenda.avif differ