mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 09:24:24 +04:00
Limit the number of icons displayed in the demo icons list
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<div class="card-body p-0">
|
||||
<div class="demo-icons-list-wrap">
|
||||
<div class="demo-icons-list">
|
||||
{% for icon in icons %}
|
||||
{% for icon in icons limit: limit %}
|
||||
{% assign icon-name = icon[0] %}
|
||||
{% if icon[1].svg[type] %}
|
||||
<a href="https://tabler.io/icons/icon/{{ icon-name }}" target="_blank" rel="noopener" class="demo-icons-list-item" title="{{ icon-name }}" data-bs-toggle="tooltip" data-bs-placement="top">
|
||||
|
||||
Reference in New Issue
Block a user