From fb82208adfaa443fb790c30108484f5735496bc2 Mon Sep 17 00:00:00 2001 From: Kristine Date: Fri, 3 Nov 2023 12:50:25 -0400 Subject: [PATCH 1/2] clarify what to do for a question mark icon --- component-catalog/src/Examples/Tooltip.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component-catalog/src/Examples/Tooltip.elm b/component-catalog/src/Examples/Tooltip.elm index dc8cbe890..5345a10cd 100644 --- a/component-catalog/src/Examples/Tooltip.elm +++ b/component-catalog/src/Examples/Tooltip.elm @@ -250,7 +250,7 @@ Example: , usage = """ Use when all of the following are true: - the tooltip trigger only opens the tooltip without doing anything else -- the tooltip trigger ***isn't*** a "?" icon +- the tooltip trigger ***isn't*** a "?" icon (Use Tooltip.viewToggleTip for this case.) This type may contain interactive elements such as links. """ From 903a6c8cee92575918833bef1705a7c6a9f7e6f6 Mon Sep 17 00:00:00 2001 From: Kristine Date: Fri, 3 Nov 2023 12:57:06 -0400 Subject: [PATCH 2/2] fix whitespace --- component-catalog/src/Examples/Tooltip.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component-catalog/src/Examples/Tooltip.elm b/component-catalog/src/Examples/Tooltip.elm index 5345a10cd..34d0a949d 100644 --- a/component-catalog/src/Examples/Tooltip.elm +++ b/component-catalog/src/Examples/Tooltip.elm @@ -250,7 +250,7 @@ Example: , usage = """ Use when all of the following are true: - the tooltip trigger only opens the tooltip without doing anything else -- the tooltip trigger ***isn't*** a "?" icon (Use Tooltip.viewToggleTip for this case.) +- the tooltip trigger ***isn't*** a "?" icon (Use Tooltip.viewToggleTip for this case.) This type may contain interactive elements such as links. """