diff options
Diffstat (limited to 'site/layouts/partials/home/customize.html')
| -rw-r--r-- | site/layouts/partials/home/customize.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/layouts/partials/home/customize.html b/site/layouts/partials/home/customize.html index a6d04fed4..98edf5633 100644 --- a/site/layouts/partials/home/customize.html +++ b/site/layouts/partials/home/customize.html @@ -1,6 +1,6 @@ <section class="col-lg-7 mb-5"> <div class="masthead-followup-icon d-inline-block mb-3" style="--bg-rgb: var(--bs-primary-rgb);"> - <svg class="bi fs-1"><use xlink:href="#palette2"></use></svg> + <svg class="bi fs-1" aria-hidden="true"><use xlink:href="#palette2"></use></svg> </div> <h2 class="display-5 mb-3 fw-semibold lh-sm">Customize everything with Sass</h2> <p class="lead fw-normal"> @@ -9,7 +9,7 @@ <p class="d-flex justify-content-start lead fw-normal"> <a href="/docs/{{ .Site.Params.docs_version }}/customize/overview/" class="icon-link icon-link-hover fw-semibold"> Learn more about customizing - <svg class="bi"><use xlink:href="#arrow-right"></use></svg> + <svg class="bi" aria-hidden="true"><use xlink:href="#arrow-right"></use></svg> </a> </p> </section> |
