Skip to content

Commit d475e52

Browse files
committed
fix(tooltip): add arrow to styling sample
1 parent 8186566 commit d475e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/inputs/tooltip/styling/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default class TooltipStyling extends React.Component<any, any> {
1616
<IgrAvatar id="avatar" shape="circle"
1717
src="https://www.infragistics.com/angular-demos-lob/assets/images/avatar/10.jpg"
1818
></IgrAvatar>
19-
<IgrTooltip placement="bottom-start" anchor="avatar">
19+
<IgrTooltip placement="bottom-start" anchor="avatar" withArrow={true}>
2020
Her name is Madelyn James
2121
</IgrTooltip>
2222
</div>

0 commit comments

Comments
 (0)