const JqPlaygroundBreadcrumb = () => {
  const namespace = useNamespace();
  const { isJqPlaygroundPage } = pages.jqPlayground.useParams();
  const { icon: Icon } = pages.jqPlayground;
  const { t } = useTranslation();