Skip to content

Commit

Permalink
docs: fix missing bi class from font examples (#1879)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jan 9, 2024
1 parent c78fcec commit b702870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ Use `font-size` and `color` to change the icon appearance.
{{< /md >}}
</div>
<div class="col-md-8">
{{< example >}}<i class="bi-alarm"></i>{{< /example >}}
{{< example >}}<i class="bi-alarm" style="font-size: 2rem; color: cornflowerblue;"></i>{{< /example >}}
{{< example >}}<i class="bi bi-alarm"></i>{{< /example >}}
{{< example >}}<i class="bi bi-alarm" style="font-size: 2rem; color: cornflowerblue;"></i>{{< /example >}}
</div>
</div>

Expand Down

0 comments on commit b702870

Please sign in to comment.