mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 18:54:30 +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
|
### 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 >}}
|
{{< example >}}
|
||||||
<div class="alert alert-primary d-flex align-items-center" role="alert">
|
<div class="alert alert-primary d-flex align-items-center" role="alert">
|
||||||
|
@ -18,7 +18,7 @@ toc: true
|
|||||||
|
|
||||||
### Forms
|
### Forms
|
||||||
|
|
||||||
- Validation icons are no longer applied to `<select>`s with `muliptle`.
|
- Validation icons are no longer applied to `<select>`s with `multiple`.
|
||||||
|
|
||||||
### JavaScript
|
### JavaScript
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user