aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-07-08 12:55:12 +0300
committerXhmikosR <[email protected]>2020-09-10 11:56:02 +0300
commitd9318796fe3efd00fb78a985c55b399ed0fb0117 (patch)
treea3991042cc928c03eef07df0c4527d5dba8494f8
parent1b4bb95033c91759b2ba8f0266a36619e1a6ca08 (diff)
downloadbootstrap-d9318796fe3efd00fb78a985c55b399ed0fb0117.tar.xz
bootstrap-d9318796fe3efd00fb78a985c55b399ed0fb0117.zip
Remove `loading=lazy` from navbar snippets
-rw-r--r--site/content/docs/5.0/components/navbar.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/5.0/components/navbar.md b/site/content/docs/5.0/components/navbar.md
index e898ba677..b6c44dbbf 100644
--- a/site/content/docs/5.0/components/navbar.md
+++ b/site/content/docs/5.0/components/navbar.md
@@ -104,7 +104,7 @@ Adding images to the `.navbar-brand` will likely always require custom styles or
<nav class="navbar navbar-light bg-light">
<div class="container">
<a class="navbar-brand" href="#">
- <img src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-logo.svg" alt="" width="30" height="24" loading="lazy">
+ <img src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-logo.svg" alt="" width="30" height="24">
</a>
</div>
</nav>
@@ -115,7 +115,7 @@ Adding images to the `.navbar-brand` will likely always require custom styles or
<nav class="navbar navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="#">
- <img src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-logo.svg" alt="" width="30" height="24" class="d-inline-block align-top" loading="lazy">
+ <img src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-logo.svg" alt="" width="30" height="24" class="d-inline-block align-top">
Bootstrap
</a>
</div>