Skip to content

Commit

Permalink
fix(examples): Correct the bootstrap logo into orange logo
Browse files Browse the repository at this point in the history
  • Loading branch information
LE DIOURON Kevin committed Mar 30, 2021
1 parent f75209a commit 94e27fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.0/examples/heroes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
---

<div class="px-4 py-5 my-5 text-center">
<img class="d-block mx-auto mb-4" src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-logo.svg" alt="" width="72" height="57">
<img class="d-block mx-auto mb-4" src="/docs/{{< param docs_version >}}/assets/brand/orange-logo.svg" alt="" width="72" height="57">
<h1 class="display-5 fw-bold">Centered hero</h1>
<div class="col-lg-6 mx-auto">
<p class="lead mb-4">Quickly design and customize responsive mobile-first sites with Bootstrap, the world’s most popular front-end open source toolkit, featuring Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful JavaScript plugins.</p>
Expand Down

0 comments on commit 94e27fa

Please sign in to comment.