We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 602ff65 commit 91dfa3eCopy full SHA for 91dfa3e
1 file changed
packages/dnb-design-system-portal/src/docs/uilib/components/tooltip/Examples.tsx
@@ -65,7 +65,7 @@ export const TooltipExampleButtonLongText = () => (
65
data-visual-test="tooltip-hover-button-long-text"
66
scope={{ swissJoke }}
67
>
68
- <Button tooltip={swissJoke + ' ' + swissJoke} text="Long Tooltip" />
+ <Button tooltip={`${swissJoke} ${swissJoke}`} text="Long Tooltip" />
69
</ComponentBox>
70
)
71
0 commit comments