Skip to content

Commit a877c5d

Browse files
Fix popover live demo to use data-bs-title instead of title (#36613)
1 parent cfabeb7 commit a877c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/docs/5.2/components/popovers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ We use JavaScript similar to the snippet above to render the following live popo
5151
{{< /callout >}}
5252

5353
{{< example stackblitz_add_js="true" >}}
54-
<button type="button" class="btn btn-lg btn-danger" data-bs-toggle="popover" title="Popover title" data-bs-content="And here's some amazing content. It's very engaging. Right?">Click to toggle popover</button>
54+
<button type="button" class="btn btn-lg btn-danger" data-bs-toggle="popover" data-bs-title="Popover title" data-bs-content="And here's some amazing content. It's very engaging. Right?">Click to toggle popover</button>
5555
{{< /example >}}
5656

5757
### Four directions

0 commit comments

Comments
 (0)