diff options
author | codecalm <codecalm@gmail.com> | 2022-07-25 11:13:04 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-07-25 11:13:04 +0200 |
commit | 03ea769a1365fbd1ca56020d40253df7d86c2561 (patch) | |
tree | 68c1ef6c18627f32575d56a38a55b6272f1d92ff /src/editor.html | |
parent | Release 1.78.0 (diff) | |
download | tabler-icons-03ea769a1365fbd1ca56020d40253df7d86c2561.tar.xz |
update icons tags
Diffstat (limited to 'src/editor.html')
-rw-r--r-- | src/editor.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editor.html b/src/editor.html index faacf8d9..1cc1cc5a 100644 --- a/src/editor.html +++ b/src/editor.html @@ -105,7 +105,7 @@ layout: default {% for category in icons %} {% if category.name %} - <h3 class="category-subtitle">{{ category.name }}</h3> + <h3 class="category-subtitle">{% if category.name != "" %}{{ category.name }}{% else %}Uncategorized{% endif %} <span class="text-muted">({{ category.items | size }})</span></h3> {% endif %} <div class="icons-list"> |