diff --git a/src/components/catalog/catalog-element.riot b/src/components/catalog/catalog-element.riot index 15f0caf..5208698 100644 --- a/src/components/catalog/catalog-element.riot +++ b/src/components/catalog/catalog-element.riot @@ -16,7 +16,8 @@ along with this program. If not, see . --> -
+
@@ -24,17 +25,20 @@ along with this program. If not, see . send { state.image || state.repo }
- { state.images.length } images + { state.nImages } images expand_more
-
diff --git a/src/components/catalog/catalog.riot b/src/components/catalog/catalog.riot index 55a5fc5..f8def0f 100644 --- a/src/components/catalog/catalog.riot +++ b/src/components/catalog/catalog.riot @@ -26,7 +26,7 @@ along with this program. If not, see .
- + + + \ No newline at end of file