Skip to content

Commit

Permalink
REVERT ME
Browse files Browse the repository at this point in the history
  • Loading branch information
chandlerprall committed Oct 26, 2022
1 parent 4b3debe commit e1ca632
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src-docs/src/views/card/card_beta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ export default () => (
onClick={() => {}}
betaBadgeProps={{
label: 'Beta',
tooltipContent:
'This module is not GA. Please help us by reporting any bugs.',
// tooltipContent:
// 'This module is not GA. Please help us by reporting any bugs.',
}}
/>
</EuiFlexItem>
Expand All @@ -30,8 +30,8 @@ export default () => (
betaBadgeProps={{
label: 'Accent',
color: 'accent',
tooltipContent:
'You can change the badge color using betaBadgeProps.color.',
// tooltipContent:
// 'You can change the badge color using betaBadgeProps.color.',
}}
onClick={() => {}}
/>
Expand All @@ -46,8 +46,8 @@ export default () => (
href: 'http://www.elastic.co/subscriptions',
target: '_blank',
label: 'Basic',
tooltipContent:
'Disabled cards with still clickable badges will stay hollow.',
// tooltipContent:
// 'Disabled cards with still clickable badges will stay hollow.',
}}
onClick={() => {}}
/>
Expand Down

0 comments on commit e1ca632

Please sign in to comment.