|
|
|
@@ -16,7 +16,7 @@ export const createHowToList = |
|
|
|
listItems.map((item) => { |
|
|
|
const li = createElement('li', [], null, ul); |
|
|
|
const a = createElement('a', [], null, li); |
|
|
|
createImage(item.icon, 100, 100, '', [], a); |
|
|
|
createElement('div', ['pictogram', item.icon], null, a); |
|
|
|
createElement('h3', [], item.headline, a); |
|
|
|
createElement('p', [], item.text, a); |
|
|
|
createElement('span', [], item.more, a); |
|
|
|
|