Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2021-03-29 04:38:00 +0300
committerMark Otto <otto@github.com>2021-03-29 05:01:00 +0300
commit83fd538b770b88c4497a512f3b8a45800a961241 (patch)
treef8f1db3142cff507c43e47c96e1029d0fb30b5c0 /docs
parentead86784dbc769ce8bc0aa290ac12c02435375b0 (diff)
Update embeded SVG to reflect latest chevron-right icon
Diffstat (limited to 'docs')
-rw-r--r--docs/content/_index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/_index.md b/docs/content/_index.md
index b8573a6ad..6fb257f78 100644
--- a/docs/content/_index.md
+++ b/docs/content/_index.md
@@ -52,7 +52,7 @@ Embed your icons within the HTML of your page (as opposed to an external image f
{{< /md >}}
</div>
<div class="col-md-8">
- {{< example >}}<svg class="bi bi-chevron-right" width="32" height="32" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M6.646 3.646a.5.5 0 01.708 0l6 6a.5.5 0 010 .708l-6 6a.5.5 0 01-.708-.708L12.293 10 6.646 4.354a.5.5 0 010-.708z"/></svg>{{< /example >}}
+ {{< example >}}<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/></svg>{{< /example >}}
</div>
</div>