Skip to content

Commit

Permalink
initial commit (apache#15380)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdotson authored and cccs-RyanS committed Dec 17, 2021
1 parent a51c58d commit 551be59
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -17,7 +17,7 @@
* under the License.
*/
import React from 'react';
import Icon from 'src/components/Icon';
import Icons from 'src/components/Icons';
import { IconTooltip, Props } from '.';

export default {
Expand All @@ -42,7 +42,7 @@ const PLACEMENTS = [
export const InteractiveIconTooltip = (args: Props) => (
<div css={{ margin: '40px 70px' }}>
<IconTooltip {...args}>
<Icon name="info" />
<Icons.Info />
</IconTooltip>
</div>
);
Expand Down

0 comments on commit 551be59

Please sign in to comment.