]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
homepage: fix wrong `alt` attribute (#32258)
authorXhmikosR <xhmikosr@gmail.com>
Wed, 25 Nov 2020 16:31:34 +0000 (18:31 +0200)
committerGitHub <noreply@github.com>
Wed, 25 Nov 2020 16:31:34 +0000 (18:31 +0200)
site/layouts/partials/home/masthead-followup.html

index d14febd4e0c1a6f5f67846863f0edde5efb1e3fe..a2dbdc76b1ca3815f2de825bf0fe77c9901ca61a 100644 (file)
@@ -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>