diff options
| author | XhmikosR <[email protected]> | 2020-07-08 12:46:23 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-09-10 11:56:02 +0300 |
| commit | ea5d55513995ae600dab4efed3e72f634530b900 (patch) | |
| tree | 94d105ac9948629d798a847b10b851651b931781 /site/content/docs/5.0/components | |
| parent | 135c78a043f5189f64bc4c5c90e2e794fcdc656f (diff) | |
| download | bootstrap-ea5d55513995ae600dab4efed3e72f634530b900.tar.xz bootstrap-ea5d55513995ae600dab4efed3e72f634530b900.zip | |
Fix the remaining instances using the old logos.
Diffstat (limited to 'site/content/docs/5.0/components')
| -rw-r--r-- | site/content/docs/5.0/components/navbar.md | 4 |
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 d93d37dc1..e898ba677 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-solid.svg" width="30" height="30" alt="" loading="lazy"> + <img src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-logo.svg" alt="" width="30" height="24" loading="lazy"> </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-solid.svg" width="30" height="30" class="d-inline-block align-top" alt="" loading="lazy"> + <img src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-logo.svg" alt="" width="30" height="24" class="d-inline-block align-top" loading="lazy"> Bootstrap </a> </div> |
