aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.0/examples/checkout
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-07-08 12:46:23 +0300
committerXhmikosR <[email protected]>2020-09-10 11:56:02 +0300
commitea5d55513995ae600dab4efed3e72f634530b900 (patch)
tree94d105ac9948629d798a847b10b851651b931781 /site/content/docs/5.0/examples/checkout
parent135c78a043f5189f64bc4c5c90e2e794fcdc656f (diff)
downloadbootstrap-ea5d55513995ae600dab4efed3e72f634530b900.tar.xz
bootstrap-ea5d55513995ae600dab4efed3e72f634530b900.zip
Fix the remaining instances using the old logos.
Diffstat (limited to 'site/content/docs/5.0/examples/checkout')
-rw-r--r--site/content/docs/5.0/examples/checkout/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/examples/checkout/index.html b/site/content/docs/5.0/examples/checkout/index.html
index b7794aedc..4638535c0 100644
--- a/site/content/docs/5.0/examples/checkout/index.html
+++ b/site/content/docs/5.0/examples/checkout/index.html
@@ -10,7 +10,7 @@ body_class: "bg-light"
<div class="container">
<div class="py-5 text-center">
- <img class="d-block mx-auto mb-4" src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-solid.svg" alt="" width="72" height="72">
+ <img class="d-block mx-auto mb-4" src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-logo.svg" alt="" width="72" height="57">
<h2>Checkout form</h2>
<p class="lead">Below is an example form built entirely with Bootstrap’s form controls. Each required form group has a validation state that can be triggered by attempting to submit the form without completing it.</p>
</div>