Skip to content

Commit

Permalink
docs: use bootstrap.svg from the icons dir
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 28, 2023
1 parent 5725c41 commit d5722e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Copy the Bootstrap Icons SVGs to your directory of choice and reference them lik
{{< /md >}}
</div>
<div class="col-md-8">
{{< example >}}<img src="/assets/img/bootstrap.svg" alt="Bootstrap" width="32" height="32">{{< /example >}}
{{< example >}}<img src="/assets/icons/bootstrap.svg" alt="Bootstrap" width="32" height="32">{{< /example >}}
</div>
</div>

Expand Down Expand Up @@ -173,11 +173,11 @@ For purely decorative icons, add `aria-hidden="true"`. Otherwise, provide an app
</div>
<div class="col-md-8">
<div class="bd-example">
<img src="/assets/img/bootstrap.svg" alt="Bootstrap" width="32" height="32">
<img src="/assets/icons/bootstrap.svg" alt="Bootstrap" width="32" height="32">
</div>
{{< highlight html >}}
<!-- alt="..." on <img> element -->
<img src="/assets/img/bootstrap.svg" alt="Bootstrap" ...>
<img src="/assets/icons/bootstrap.svg" alt="Bootstrap" ...>
{{< /highlight >}}
<div class="bd-example">
<i class="bi-github" role="img" style="font-size: 2em" aria-label="GitHub"></i>
Expand Down
3 changes: 0 additions & 3 deletions docs/static/assets/img/bootstrap.svg

This file was deleted.

0 comments on commit d5722e0

Please sign in to comment.