Update index.html
This commit is contained in:
106
index.html
106
index.html
@@ -904,6 +904,59 @@
|
||||
"static/ico/cookies.png",
|
||||
};
|
||||
const SC_actions = {
|
||||
Selección: [
|
||||
{
|
||||
value: "Solo Leche",
|
||||
key: "Selección",
|
||||
className: "btn4",
|
||||
img: [
|
||||
"static/ico/milk.png",
|
||||
],
|
||||
},
|
||||
{
|
||||
value: "Solo café (sin leche)",
|
||||
key: "Selección",
|
||||
className: "btn4",
|
||||
img: [
|
||||
"static/ico/coffee_bean.png",
|
||||
],
|
||||
},
|
||||
{
|
||||
value: "Café con leche",
|
||||
key: "Selección",
|
||||
className: "btn4",
|
||||
img: [
|
||||
"static/ico/coffee_bean.png",
|
||||
"static/ico/milk.png",
|
||||
],
|
||||
},
|
||||
{
|
||||
value: "ColaCao con leche",
|
||||
key: "Selección",
|
||||
className: "btn4",
|
||||
img: [
|
||||
"static/ico/colacao.jpg",
|
||||
"static/ico/milk.png",
|
||||
],
|
||||
},
|
||||
{
|
||||
value: "Leche con cereales",
|
||||
key: "Selección",
|
||||
className: "btn4",
|
||||
img: [
|
||||
"static/ico/cereales.png",
|
||||
"static/ico/milk.png",
|
||||
],
|
||||
},
|
||||
{
|
||||
value: "Infusión",
|
||||
key: "Selección",
|
||||
className: "btn4",
|
||||
img: [
|
||||
"static/ico/tea_bag.png",
|
||||
],
|
||||
},
|
||||
],
|
||||
Tamaño: [
|
||||
{
|
||||
value: "Grande",
|
||||
@@ -990,59 +1043,6 @@
|
||||
],
|
||||
},
|
||||
],
|
||||
Selección: [
|
||||
{
|
||||
value: "Solo Leche",
|
||||
key: "Selección",
|
||||
className: "btn4",
|
||||
img: [
|
||||
"static/ico/milk.png",
|
||||
],
|
||||
},
|
||||
{
|
||||
value: "Solo café (sin leche)",
|
||||
key: "Selección",
|
||||
className: "btn4",
|
||||
img: [
|
||||
"static/ico/coffee_bean.png",
|
||||
],
|
||||
},
|
||||
{
|
||||
value: "Café con leche",
|
||||
key: "Selección",
|
||||
className: "btn4",
|
||||
img: [
|
||||
"static/ico/coffee_bean.png",
|
||||
"static/ico/milk.png",
|
||||
],
|
||||
},
|
||||
{
|
||||
value: "ColaCao con leche",
|
||||
key: "Selección",
|
||||
className: "btn4",
|
||||
img: [
|
||||
"static/ico/colacao.jpg",
|
||||
"static/ico/milk.png",
|
||||
],
|
||||
},
|
||||
{
|
||||
value: "Leche con cereales",
|
||||
key: "Selección",
|
||||
className: "btn4",
|
||||
img: [
|
||||
"static/ico/cereales.png",
|
||||
"static/ico/milk.png",
|
||||
],
|
||||
},
|
||||
{
|
||||
value: "Infusión",
|
||||
key: "Selección",
|
||||
className: "btn4",
|
||||
img: [
|
||||
"static/ico/tea_bag.png",
|
||||
],
|
||||
},
|
||||
],
|
||||
Cafeina: [
|
||||
{
|
||||
value: "Con",
|
||||
|
||||
Reference in New Issue
Block a user