From 7604ed332dc732f03bc0466790c6249db54ff7a2 Mon Sep 17 00:00:00 2001 From: kyletsang <6854874+kyletsang@users.noreply.github.com> Date: Tue, 4 May 2021 22:18:22 -0700 Subject: [PATCH 1/2] Fix typo in migration guide --- site/content/docs/5.0/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/5.0/migration.md b/site/content/docs/5.0/migration.md index 7037c1de89bc..edfbefc4e915 100644 --- a/site/content/docs/5.0/migration.md +++ b/site/content/docs/5.0/migration.md @@ -18,7 +18,7 @@ toc: true ### Forms -- Validation icons are no longer applied to ``s with `multiple`. ### JavaScript From fdc395325f5b997b864e7feafdc7f641fa7a1d6c Mon Sep 17 00:00:00 2001 From: kyletsang <6854874+kyletsang@users.noreply.github.com> Date: Tue, 4 May 2021 22:18:46 -0700 Subject: [PATCH 2/2] Fix Bootstrap Icons link in alerts page --- site/content/docs/5.0/components/alerts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/5.0/components/alerts.md b/site/content/docs/5.0/components/alerts.md index 42853f2e0ca4..edfdcb17a753 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 >}}