mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01: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
@ -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…
x
Reference in New Issue
Block a user