From b86eb04024eb9f69c7285ae44708e85258407919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Mon, 20 Feb 2023 15:29:32 +0100 Subject: [PATCH] dbdfab8a952bd0844d405eedeaf3ee2a0177bd9f --- site/content/docs/5.3/components/tooltips.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/site/content/docs/5.3/components/tooltips.md b/site/content/docs/5.3/components/tooltips.md index 9c2c83cceb..e482c501ed 100644 --- a/site/content/docs/5.3/components/tooltips.md +++ b/site/content/docs/5.3/components/tooltips.md @@ -48,8 +48,7 @@ const tooltipList = [...tooltipTriggerList].map(tooltipTriggerEl => new boosted. Hover over the links below to see tooltips: {{< example class="tooltip-demo" stackblitz_add_js="true" >}} -

Placeholder text to demonstrate some inline links with tooltips. This is now just filler, no killer. Content placed here just to mimic the presence of real text. And all that just to give you an idea of how tooltips would look when used in real-world situations. So hopefully you've now seen how these tooltips on links can work in practice, once you use them on your own site or project. -

+

Placeholder text to demonstrate some inline links with tooltips. This is now just filler, no killer. Content placed here just to mimic the presence of real text. And all that just to give you an idea of how tooltips would look when used in real-world situations. So hopefully you've now seen how these tooltips on links can work in practice, once you use them on your own site or project.

{{< /example >}} {{< callout warning >}}