From 0db19835d3cd81c7aea72d43789bfbdded2d92c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Tue, 19 Mar 2024 07:02:02 +0100 Subject: [PATCH] Docs: fix StackBlitz icon link examples --- site/content/docs/5.3/helpers/icon-link.md | 25 ++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/site/content/docs/5.3/helpers/icon-link.md b/site/content/docs/5.3/helpers/icon-link.md index 1e5cc8b127d3..1ee2aa67226a 100644 --- a/site/content/docs/5.3/helpers/icon-link.md +++ b/site/content/docs/5.3/helpers/icon-link.md @@ -22,7 +22,9 @@ Take a regular `` element, add `.icon-link`, and insert an icon on either the {{< example >}} - + Icon link {{< /example >}} @@ -30,7 +32,9 @@ Take a regular `` element, add `.icon-link`, and insert an icon on either the {{< example >}} Icon link - + {{< /example >}} @@ -41,7 +45,9 @@ Add `.icon-link-hover` to move the icon to the right on hover. {{< example >}} Icon link - + {{< /example >}} @@ -57,7 +63,10 @@ Customize the hover `transform` by overriding the `--bs-icon-link-transform` CSS {{< example >}} - + Icon link {{< /example >}} @@ -67,7 +76,9 @@ Customize the color by overriding the `--bs-link-*` CSS variable: {{< example >}} Icon link - + {{< /example >}} @@ -84,6 +95,8 @@ Modify icon links with any of [our link utilities]({{< docsref "/utilities/link/ {{< example >}} Icon link - + {{< /example >}}