diff options
author | HiDeoo | 2024-09-19 20:56:40 +0200 |
---|---|---|
committer | GitHub | 2024-09-19 20:56:40 +0200 |
commit | 0ed7312ac0abae48c85f42bb0a388d80c22020f1 (patch) | |
tree | 9ccaed06dd43c61c604c1fecc93fc75a83baf937 | |
parent | a257b83f1e5704ff41bcbe85482ac81a1a61ce1f (diff) | |
download | IT.starlight-0ed7312ac0abae48c85f42bb0a388d80c22020f1.tar.gz IT.starlight-0ed7312ac0abae48c85f42bb0a388d80c22020f1.tar.bz2 IT.starlight-0ed7312ac0abae48c85f42bb0a388d80c22020f1.zip |
docs: fix link buttons incorrect heading name (#2372)
-rw-r--r-- | docs/src/content/docs/components/link-buttons.mdx | 2 |
1 files changed, 1 insertions, 1 deletions
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 </Preview> -### 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). |