Skip to content

Commit 188a8af

Browse files
authored
Fix icon class name in font example (#2108)
1 parent e2fca11 commit 188a8af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Copy the Bootstrap Icons SVGs to your directory of choice and reference them lik
107107
<div class="col-md-4">
108108
{{< md >}}
109109
### Icon font
110-
Icon fonts with classes for every icon are also included for Bootstrap Icons. Include the icon web fonts in your page via CSS, then reference the class names as needed in your HTML (e.g., `<i class="bi-alarm-clock"></i>`).
110+
Icon fonts with classes for every icon are also included for Bootstrap Icons. Include the icon web fonts in your page via CSS, then reference the class names as needed in your HTML (e.g., `<i class="bi bi-alarm"></i>`).
111111

112112
Use `font-size` and `color` to change the icon appearance.
113113
{{< /md >}}

0 commit comments

Comments
 (0)