From a5bf5d3e2db76e33f53373aa59979b9e8e815c8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kuna?= <1282324+codecalm@users.noreply.github.com> Date: Mon, 27 Jan 2025 22:32:51 +0100 Subject: [PATCH] Fix icons in `form-elements.html` (#2086) --- .changeset/large-birds-teach.md | 5 +++++ src/pages/_includes/ui/button-group.html | 8 ++++---- src/pages/_includes/ui/datepicker.html | 11 +++++------ src/pages/tags.html | 4 ++-- 4 files changed, 16 insertions(+), 12 deletions(-) create mode 100644 .changeset/large-birds-teach.md diff --git a/.changeset/large-birds-teach.md b/.changeset/large-birds-teach.md new file mode 100644 index 000000000..041f258f9 --- /dev/null +++ b/.changeset/large-birds-teach.md @@ -0,0 +1,5 @@ +--- +"@tabler/core": patch +--- + +Fix icons in `form-elements.html` diff --git a/src/pages/_includes/ui/button-group.html b/src/pages/_includes/ui/button-group.html index a690034e6..c1ecdc1de 100644 --- a/src/pages/_includes/ui/button-group.html +++ b/src/pages/_includes/ui/button-group.html @@ -1,18 +1,18 @@ -{% assign items = include.items | split: ',' %} -{% assign icons = include.icons | split: ',' %} +{% assign button-items = include.items | split: ',' %} +{% assign button-icons = include.icons | split: ',' %} {% assign id = include.id %}