From 2b42568ce79f91c702e2e0201b1756d2750c4bf2 Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 27 Jan 2025 21:56:24 +0100 Subject: [PATCH] Limit the number of icons displayed in the demo icons list --- src/pages/_includes/cards/icons.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/_includes/cards/icons.html b/src/pages/_includes/cards/icons.html index 98af40516..768521204 100644 --- a/src/pages/_includes/cards/icons.html +++ b/src/pages/_includes/cards/icons.html @@ -12,7 +12,7 @@
- {% for icon in icons %} + {% for icon in icons limit: limit %} {% assign icon-name = icon[0] %} {% if icon[1].svg[type] %}