Skip to content

Commit

Permalink
removed experimental badge
Browse files Browse the repository at this point in the history
Signed-off-by: Amardeepsingh Siglani <[email protected]>
  • Loading branch information
amsiglan committed Jul 12, 2023
1 parent d6e34ff commit 39fe894
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions public/pages/Main/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import {
EuiTitle,
EuiSpacer,
EuiGlobalToastList,
EuiBadge,
EuiFlexGroup,
EuiFlexItem,
} from '@elastic/eui';
Expand Down Expand Up @@ -274,9 +273,6 @@ export default class Main extends Component<MainProps, MainState> {
{props.children}
</span>
</EuiFlexItem>
<EuiFlexItem grow={false}>
<EuiBadge>Experimental</EuiBadge>
</EuiFlexItem>
</EuiFlexGroup>
);
},
Expand Down

0 comments on commit 39fe894

Please sign in to comment.