diff options
| author | codecalm <codecalm@gmail.com> | 2021-01-20 22:18:49 +0100 | 
|---|---|---|
| committer | codecalm <codecalm@gmail.com> | 2021-01-20 22:18:49 +0100 | 
| commit | c8da3525fac1d02e48b957a0ed9676b28e38e394 (patch) | |
| tree | d29c214daad37893134cd10637cc3536f37fcd2d /src/editor.html | |
| parent | Update README.md (diff) | |
| parent | Merge pull request #104 from tabler/dev-iconfont-generation (diff) | |
| download | tabler-icons-c8da3525fac1d02e48b957a0ed9676b28e38e394.tar.xz | |
Merge branch 'dev' of https://github.com/tabler/tabler-icons
 Conflicts:
	iconfont/fonts/tabler-icons.eot
	iconfont/fonts/tabler-icons.ttf
	iconfont/fonts/tabler-icons.woff
	iconfont/fonts/tabler-icons.woff2
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 103a9bd4..2285e589 100644 --- a/src/editor.html +++ b/src/editor.html @@ -114,7 +114,7 @@ layout: default  				{% for icon in category.items %}  				{% assign name = icon.slug %} -				<a href="#" class="icons-list-icon js-icon" title="{{ icon.slug }}" data-icon="{{ name }}"> +				<a href="#" class="icons-list-icon js-icon{% unless icon.version %} new-icon{% endunless %}" title="{{ icon.slug }}" data-icon="{{ name }}">  					{% include icon.html name=name %}  				</a>  				{% endfor %} | 
