aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-11-25 18:31:34 +0200
committerGitHub <[email protected]>2020-11-25 18:31:34 +0200
commitc63aebc86ba05f0ebb420add653b80804c6a0cff (patch)
tree479aaaac73b064d142dca9872e85836399722056
parent81ac002a02430869035e68a35aa722cf69cbb885 (diff)
downloadbootstrap-c63aebc86ba05f0ebb420add653b80804c6a0cff.tar.xz
bootstrap-c63aebc86ba05f0ebb420add653b80804c6a0cff.zip
homepage: fix wrong `alt` attribute (#32258)
-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 d14febd4e..a2dbdc76b 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/[email protected] 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>