+
Start from a template
@@ -49,19 +49,20 @@ export function LoopTemplatesSection({
))}
-
-
+
+
{LOOP_TEMPLATES.filter(
(template) => template.category === templateCategory,
).map((template) => (
-
onSelect(template)}
- />
+
+ onSelect(template)}
+ />
+
))}
-
+
);
}
@@ -80,7 +81,7 @@ function TemplateCard({