From fd0935a9e0174478a27dd858d27359a0d1cf26c8 Mon Sep 17 00:00:00 2001 From: "Stephen J. Carnam" Date: Tue, 16 May 2023 13:56:02 -0700 Subject: [PATCH] Updated link to icons documentation (#1583) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com> --- .changeset/beige-hats-prove.md | 5 +++++ docs/components/buttons.mdx | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/beige-hats-prove.md diff --git a/.changeset/beige-hats-prove.md b/.changeset/beige-hats-prove.md new file mode 100644 index 000000000..9c3af8d87 --- /dev/null +++ b/.changeset/beige-hats-prove.md @@ -0,0 +1,5 @@ +--- +"@tabler/core": patch +--- + +Updated link to icons documentation diff --git a/docs/components/buttons.mdx b/docs/components/buttons.mdx index 890a7edd0..0526c89c1 100644 --- a/docs/components/buttons.mdx +++ b/docs/components/buttons.mdx @@ -187,7 +187,7 @@ Add `.btn-lg` or `.btn-sm` to change the size of your button and differentiate t Label your button with text and add an icon to communiacate the action and make it easy to identify for users. Icons are easily recognized and improve the aesthetics of your button design, giving it a modern and atractive look. -Icons can be found [**here**](/docs/icons.html#icons) +Icons can be found [**here**](/docs/components/icons) ```html example centered separated