From 0ed7312ac0abae48c85f42bb0a388d80c22020f1 Mon Sep 17 00:00:00 2001 From: HiDeoo Date: Thu, 19 Sep 2024 20:56:40 +0200 Subject: docs: fix link buttons incorrect heading name (#2372) --- docs/src/content/docs/components/link-buttons.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/components/link-buttons.mdx b/docs/src/content/docs/components/link-buttons.mdx index 457796c9..008adc22 100644 --- a/docs/src/content/docs/components/link-buttons.mdx +++ b/docs/src/content/docs/components/link-buttons.mdx @@ -63,7 +63,7 @@ Configuration Reference -### Add icons to cards +### Add icons to link buttons Include an icon in a link button using the [`icon`](#icon) attribute set to the name of [one of Starlight’s built-in icons](/reference/icons/#all-icons). -- cgit