mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 11:09:14 +00:00
Removed Tour from Release 0.5.0 (#750)
This commit is contained in:
parent
5644addc9a
commit
d3d1b63959
@ -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 => {
|
||||
/>
|
||||
<span>What's new</span>
|
||||
</button>
|
||||
<NavLink
|
||||
{/* <NavLink
|
||||
className="tw-nav focus:tw-no-underline hover:tw-underline"
|
||||
style={navStyle(location.pathname.startsWith('/explore'))}
|
||||
to={{
|
||||
@ -266,7 +266,7 @@ const Appbar: React.FC = (): JSX.Element => {
|
||||
width="16"
|
||||
/>
|
||||
<span>Tour</span>
|
||||
</NavLink>
|
||||
</NavLink> */}
|
||||
<div>
|
||||
<DropDown
|
||||
dropDownList={supportLinks}
|
||||
@ -337,7 +337,7 @@ const Appbar: React.FC = (): JSX.Element => {
|
||||
)}
|
||||
</div>
|
||||
) : null}
|
||||
<Tour />
|
||||
{/* <Tour /> */}
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user