${getCategoryLabel(p.category)}
@@ -186,8 +186,8 @@ function renderCards() {
${p.desc || ''}
${metaRow}
-
-
+
+
${likeCount}
diff --git a/style.css b/style.css
index e913ada..d87761c 100644
--- a/style.css
+++ b/style.css
@@ -195,6 +195,7 @@ nav a:hover { color: #fff; }
overflow: hidden;
box-shadow: 0 4px 16px var(--shadow);
transition: transform 0.2s, box-shadow 0.2s;
+ cursor: pointer;
}
.recipe-card:hover {