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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-11-25 19:31:34 +0300
committerGitHub <noreply@github.com>2020-11-25 19:31:34 +0300
commitc63aebc86ba05f0ebb420add653b80804c6a0cff (patch)
tree479aaaac73b064d142dca9872e85836399722056 /site/layouts
parent81ac002a02430869035e68a35aa722cf69cbb885 (diff)
homepage: fix wrong `alt` attribute (#32258)
Diffstat (limited to 'site/layouts')
-rw-r--r--site/layouts/partials/home/masthead-followup.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/layouts/partials/home/masthead-followup.html b/site/layouts/partials/home/masthead-followup.html
index d14febd4e0..a2dbdc76b1 100644
--- a/site/layouts/partials/home/masthead-followup.html
+++ b/site/layouts/partials/home/masthead-followup.html
@@ -81,7 +81,7 @@
<img class="img-fluid mt-3 mx-auto" srcset="/docs/{{ .Site.Params.docs_version }}/assets/img/bootstrap-themes.png,
/docs/{{ .Site.Params.docs_version }}/assets/img/bootstrap-themes@2x.png 2x"
src="/docs/{{ .Site.Params.docs_version }}/assets/img/bootstrap-themes.png"
- alt="Bootstrap Icons" width="700" height="500" loading="lazy">
+ alt="Bootstrap Themes" width="700" height="500" loading="lazy">
</div>
</section>
</div>