Skip to content

Commit e20cc0d

Browse files
authored
Examples: adjust heading levels in Checkout example (#40619)
1 parent 7c39249 commit e20cc0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: site/content/docs/5.3/examples/checkout-rtl/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<main>
1515
<div class="py-5 text-center">
1616
<img class="d-block mx-auto mb-4" src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-logo.svg" alt="" width="72" height="57">
17-
<h2>نموذج إتمام الشراء</h2>
17+
<h1 class="h2">نموذج إتمام الشراء</h1>
1818
<p class="lead">فيما يلي مثال على نموذج تم إنشاؤه بالكامل باستخدام عناصر تحكم النموذج في Bootstrap. لكل مجموعة نماذج مطلوبة حالة تحقق يمكن تشغيلها بمحاولة إرسال النموذج دون استكماله.</p>
1919
</div>
2020

Diff for: site/content/docs/5.3/examples/checkout/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<main>
1414
<div class="py-5 text-center">
1515
<img class="d-block mx-auto mb-4" src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-logo.svg" alt="" width="72" height="57">
16-
<h2>Checkout form</h2>
16+
<h1 class="h2">Checkout form</h1>
1717
<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>
1818
</div>
1919

0 commit comments

Comments
 (0)