Skip to content

Commit

Permalink
Replace cmd with bash as EuiCodeBlock language
Browse files Browse the repository at this point in the history
cmd is no longer supported by 3rd party library used by EuiCodeBlock
  • Loading branch information
yakhinvadim committed Jul 9, 2021
1 parent 0100528 commit 10e9e12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const StatusItem: React.FC<StatusItemProps> = ({ details }) => {
const infoPopover = (
<EuiPopover button={tooltipPopoverTrigger} isOpen={isPopoverOpen} closePopover={closePopover}>
<EuiCodeBlock
language="cmd"
language="bash"
fontSize="m"
paddingSize="m"
style={{ maxWidth: 300 }}
Expand Down

0 comments on commit 10e9e12

Please sign in to comment.