diff options
| author | XhmikosR <[email protected]> | 2020-11-25 18:31:34 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-11-25 18:31:34 +0200 |
| commit | c63aebc86ba05f0ebb420add653b80804c6a0cff (patch) | |
| tree | 479aaaac73b064d142dca9872e85836399722056 | |
| parent | 81ac002a02430869035e68a35aa722cf69cbb885 (diff) | |
| download | bootstrap-c63aebc86ba05f0ebb420add653b80804c6a0cff.tar.xz bootstrap-c63aebc86ba05f0ebb420add653b80804c6a0cff.zip | |
homepage: fix wrong `alt` attribute (#32258)
| -rw-r--r-- | site/layouts/partials/home/masthead-followup.html | 2 |
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> |
