diff --git a/script.js b/script.js index e90f365..3311726 100644 --- a/script.js +++ b/script.js @@ -177,7 +177,7 @@ function renderCards() { ? `
${p.title}
` : `
${p.emoji}
`; return ` -
+
${cardImgHTML}
${getCategoryLabel(p.category)} @@ -186,8 +186,8 @@ function renderCards() {

${p.desc || ''}

${metaRow}
- -