1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Merge branch 'dev' of https://github.com/tabler/tabler into dev

This commit is contained in:
codecalm
2025-01-03 01:03:12 +01:00
4 changed files with 4 additions and 4 deletions

View File

@@ -265,7 +265,7 @@ months-short: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'O
months-long: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']
icons:
link: https://tabler-icons.io
link: https://tabler.io/icons
emails:
price: "$29"

View File

@@ -12,7 +12,7 @@
<h3 class="h1">Tabler Icons</h3>
<div class="markdown text-secondary">
All icons come from the Tabler Icons set and are MIT-licensed. Visit
<a href="{{ site.icons.link }}" target="_blank" rel="noopener">tabler-icons.io</a>,
<a href="{{ site.icons.link }}" target="_blank" rel="noopener">tabler.io/icons</a>,
download any of the {{ icons-count }} icons in SVG, PNG or&nbsp;React and use them in your favourite design tools.
</div>
<div class="mt-3">

View File

@@ -16,7 +16,7 @@
{% for icon in site.data.icons %}
{% assign icon-name = icon[0] %}
{% if icon[1].svg[type] %}
<a href="https://tabler-icons.io/i/{{ icon-name }}" target="_blank" rel="noopener" class="demo-icons-list-item" title="{{ icon-name }}" data-bs-toggle="tooltip" data-bs-placement="top">
<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">
{% include ui/icon.html icon=icon-name type=type %}
</a>
{% endif %}

View File

@@ -7,7 +7,7 @@
<div class="col">
<h2 class="page-title">
tabler-icons.io
tabler.io/icons
</h2>
<div class="text-secondary">
<ul class="list-inline list-inline-dots mb-0">