From: Kyle Tsang <6854874+kyletsang@users.noreply.github.com> Date: Wed, 5 May 2021 14:44:43 +0000 (-0700) Subject: Fix doc typo and Bootstrap Icons link (#33832) X-Git-Tag: v5.0.0~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a54286befabfb8c18de420df4d7074ab7eb77b3;p=thirdparty%2Fbootstrap.git Fix doc typo and Bootstrap Icons link (#33832) * Fix typo in migration guide * Fix Bootstrap Icons link in alerts page --- diff --git a/site/content/docs/5.0/components/alerts.md b/site/content/docs/5.0/components/alerts.md index 42853f2e0c..edfdcb17a7 100644 --- a/site/content/docs/5.0/components/alerts.md +++ b/site/content/docs/5.0/components/alerts.md @@ -51,7 +51,7 @@ Alerts can also contain additional HTML elements like headings, paragraphs and d ### Icons -Similarly, you can use [flexbox utilities]({{< docsref "/utilities/flex" >}}) and [Bootstrap Icons]({{ .Site.Params.icons }}) to create alerts with icons. Depending on your icons and content, you may want to add more utilities or custom styles. +Similarly, you can use [flexbox utilities]({{< docsref "/utilities/flex" >}}) and [Bootstrap Icons]({{< param icons >}}) to create alerts with icons. Depending on your icons and content, you may want to add more utilities or custom styles. {{< example >}}