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
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2022-02-08 07:48:08 +0300
committerMark Otto <otto@github.com>2022-02-08 07:54:22 +0300
commit190eb16e74404d27b1772f094ca7de7b37ca7415 (patch)
treeab495946f4c4474801672b83fb67b9b5698a1e11
parente4ab1c80f2283241c78f023b960e3e1e45e3ae5b (diff)
Update hero w/ blog post link and updated descriptionv1.8.1
-rw-r--r--docs/layouts/partials/home/hero.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/layouts/partials/home/hero.html b/docs/layouts/partials/home/hero.html
index ab6a04454..ea6a99d8a 100644
--- a/docs/layouts/partials/home/hero.html
+++ b/docs/layouts/partials/home/hero.html
@@ -8,11 +8,11 @@
alt="Bootstrap Icons" width="450" height="340">
</div>
<div class="col-lg-7">
- <a class="d-block d-sm-inline-block py-1 px-3 mb-4 text-dark text-decoration-none rounded-3 hero-notice" href="{{ .Site.Params.blog }}/2021/11/01/bootstrap-icons-1-7-0/">
- <strong>New in v1.7.0:</strong> 120+ new icons!
+ <a class="d-block d-sm-inline-block py-1 px-3 mb-4 text-dark text-decoration-none rounded-3 hero-notice" href="{{ .Site.Params.blog }}/2022/01/31/bootstrap-icons-1-8-0/">
+ <strong>New in v1.8.0:</strong> 140+ new icons!
</a>
<h1 class="f0">Bootstrap Icons</h1>
- <p class="mb-4 f3 font-weight-normal">Free, high quality, open source icon library with over 1,500 icons. Include them anyway you like—SVGs, SVG sprite, or web fonts. Use them with or without <a href="{{ .Site.Params.main }}/">Bootstrap</a> in any project.</p>
+ <p class="mb-4 f3 font-weight-normal">Free, high quality, open source icon library with over 1,600 icons. Include them anyway you like—SVGs, SVG sprite, or web fonts. Use them with or without <a href="{{ .Site.Params.main }}/">Bootstrap</a> in any project.</p>
<div class="fs-5 d-inline-block mb-3">
{{ highlight "npm i bootstrap-icons" "sh" "" }}