diff --git a/src/components/Kurlsh.js b/src/components/Kurlsh.js index 818685d1..7540c68d 100644 --- a/src/components/Kurlsh.js +++ b/src/components/Kurlsh.js @@ -1,7 +1,8 @@ import * as React from "react"; import { Link } from "gatsby"; -import ReactTooltip from "react-tooltip"; +import { Tooltip } from "react-tooltip"; +import "react-tooltip/dist/react-tooltip.css"; import json2yaml from "json2yaml"; import isEmpty from "lodash/isEmpty"; import find from "lodash/find"; @@ -970,10 +971,10 @@ class Kurlsh extends React.Component { {data.flag !== "version" && data.flag} - + {option.description} - - + + {option.type === "string" || option.type === "array[string]" || option.type === "number" ?