From a877c5d04a9e32f149f284aa0deb257c4ba0ac36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Tue, 21 Jun 2022 07:39:15 +0200 Subject: [PATCH] Fix popover live demo to use `data-bs-title` instead of `title` (#36613) --- site/content/docs/5.2/components/popovers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/5.2/components/popovers.md b/site/content/docs/5.2/components/popovers.md index d6f1750ca3..133be0bdd8 100644 --- a/site/content/docs/5.2/components/popovers.md +++ b/site/content/docs/5.2/components/popovers.md @@ -51,7 +51,7 @@ We use JavaScript similar to the snippet above to render the following live popo {{< /callout >}} {{< example stackblitz_add_js="true" >}} - + {{< /example >}} ### Four directions