Skip to content

Commit

Permalink
Merge pull request #1563 from NoRedInk/bat/clarify-toggletip-usage
Browse files Browse the repository at this point in the history
clarify what to do for a question mark icon tooltip
  • Loading branch information
krinhorn authored Nov 6, 2023
2 parents abe355e + 903a6c8 commit 099d8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component-catalog/src/Examples/Tooltip.elm
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down

0 comments on commit 099d8c3

Please sign in to comment.