Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change badge text to Experimental #101

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src-docs/src/views/badge/beta_badge.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@ export default () => (
{colors.map((item, index) => (
<div key={index}>
<OuiBetaBadge
label="Beta"
label="Experimental"
color={item}
tooltipContent="This module is not GA. Please help us by reporting any bugs."
/>
&emsp;
<OuiBetaBadge
label="Beta"
label="Experimental"
color={item}
size="s"
tooltipContent="This module is not GA. Please help us by reporting any bugs."
/>
&emsp;
<OuiBetaBadge label="B" color={item} />
<OuiBetaBadge label="E" color={item} />
&emsp;
<OuiBetaBadge size="s" label="B" color={item} />
<OuiBetaBadge size="s" label="E" color={item} />
&emsp;
<OuiBetaBadge label="Lab" color={item} iconType="beaker" />
&emsp;
Expand Down Expand Up @@ -63,7 +63,7 @@ export default () => (
/>
&emsp;
<OuiBetaBadge
label="Basic"
label="Experimental"
href="http://www.elastic.co/subscriptions"
target="_blank"
/>
Expand Down