mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-05 13:50:58 +00:00
Fix doc typo and Bootstrap Icons link (#33832)
* Fix typo in migration guide * Fix Bootstrap Icons link in alerts page
This commit is contained in:
parent
e2df73fa9a
commit
1a54286bef
2 changed files with 2 additions and 2 deletions
|
|
@ -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 >}}
|
||||
<div class="alert alert-primary d-flex align-items-center" role="alert">
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ toc: true
|
|||
|
||||
### Forms
|
||||
|
||||
- Validation icons are no longer applied to `<select>`s with `muliptle`.
|
||||
- Validation icons are no longer applied to `<select>`s with `multiple`.
|
||||
|
||||
### JavaScript
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue