Skip to content

Commit e1ca632

Browse files
committed
REVERT ME
1 parent 4b3debe commit e1ca632

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src-docs/src/views/card/card_beta.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ export default () => (
1717
onClick={() => {}}
1818
betaBadgeProps={{
1919
label: 'Beta',
20-
tooltipContent:
21-
'This module is not GA. Please help us by reporting any bugs.',
20+
// tooltipContent:
21+
// 'This module is not GA. Please help us by reporting any bugs.',
2222
}}
2323
/>
2424
</EuiFlexItem>
@@ -30,8 +30,8 @@ export default () => (
3030
betaBadgeProps={{
3131
label: 'Accent',
3232
color: 'accent',
33-
tooltipContent:
34-
'You can change the badge color using betaBadgeProps.color.',
33+
// tooltipContent:
34+
// 'You can change the badge color using betaBadgeProps.color.',
3535
}}
3636
onClick={() => {}}
3737
/>
@@ -46,8 +46,8 @@ export default () => (
4646
href: 'http://www.elastic.co/subscriptions',
4747
target: '_blank',
4848
label: 'Basic',
49-
tooltipContent:
50-
'Disabled cards with still clickable badges will stay hollow.',
49+
// tooltipContent:
50+
// 'Disabled cards with still clickable badges will stay hollow.',
5151
}}
5252
onClick={() => {}}
5353
/>

0 commit comments

Comments
 (0)