From d3d1b63959c39bbe40baae9988fb09b90f74a764 Mon Sep 17 00:00:00 2001 From: darth-coder00 <86726556+darth-coder00@users.noreply.github.com> Date: Wed, 13 Oct 2021 10:30:16 +0530 Subject: [PATCH] Removed Tour from Release 0.5.0 (#750) --- .../main/resources/ui/src/components/app-bar/Appbar.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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} - + {/* */} ); };