This commit is contained in:
bronku 2026-06-21 11:23:47 +02:00
parent 30a4dd3cf8
commit 3d4152fc9f
2 changed files with 1 additions and 1 deletions

View file

@ -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: "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: "Karpatka", Image: "", Price: "120", Description: ""},
{Name: "Tarta cytrynowa", Image: "", Price: "100", 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{ var Desserts = []types.Product{

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB