diff --git a/catalog-rest-service/src/main/resources/ui/src/components/app-bar/Appbar.tsx b/catalog-rest-service/src/main/resources/ui/src/components/app-bar/Appbar.tsx index d6df2d7ac5c..fa32c972374 100644 --- a/catalog-rest-service/src/main/resources/ui/src/components/app-bar/Appbar.tsx +++ b/catalog-rest-service/src/main/resources/ui/src/components/app-bar/Appbar.tsx @@ -47,7 +47,7 @@ import SVGIcons, { Icons } from '../../utils/SvgUtils'; import DropDown from '../dropdown/DropDown'; import { WhatsNewModal } from '../Modals/WhatsNewModal'; import { COOKIE_VERSION } from '../Modals/WhatsNewModal/whatsNewData'; -import Tour from '../tour/Tour'; +// import Tour from '../tour/Tour'; import { ReactComponent as IconDefaultUserProfile } from './../../assets/svg/ic-default-profile.svg'; import SearchOptions from './SearchOptions'; import Suggestions from './Suggestions'; @@ -253,7 +253,7 @@ const Appbar: React.FC = (): JSX.Element => { /> What's new - { width="16" /> Tour - + */}
{ )}
) : null} - + {/* */} ); };