mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-02 03:29:03 +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 DropDown from '../dropdown/DropDown';
|
||||||
import { WhatsNewModal } from '../Modals/WhatsNewModal';
|
import { WhatsNewModal } from '../Modals/WhatsNewModal';
|
||||||
import { COOKIE_VERSION } from '../Modals/WhatsNewModal/whatsNewData';
|
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 { ReactComponent as IconDefaultUserProfile } from './../../assets/svg/ic-default-profile.svg';
|
||||||
import SearchOptions from './SearchOptions';
|
import SearchOptions from './SearchOptions';
|
||||||
import Suggestions from './Suggestions';
|
import Suggestions from './Suggestions';
|
||||||
@ -253,7 +253,7 @@ const Appbar: React.FC = (): JSX.Element => {
|
|||||||
/>
|
/>
|
||||||
<span>What's new</span>
|
<span>What's new</span>
|
||||||
</button>
|
</button>
|
||||||
<NavLink
|
{/* <NavLink
|
||||||
className="tw-nav focus:tw-no-underline hover:tw-underline"
|
className="tw-nav focus:tw-no-underline hover:tw-underline"
|
||||||
style={navStyle(location.pathname.startsWith('/explore'))}
|
style={navStyle(location.pathname.startsWith('/explore'))}
|
||||||
to={{
|
to={{
|
||||||
@ -266,7 +266,7 @@ const Appbar: React.FC = (): JSX.Element => {
|
|||||||
width="16"
|
width="16"
|
||||||
/>
|
/>
|
||||||
<span>Tour</span>
|
<span>Tour</span>
|
||||||
</NavLink>
|
</NavLink> */}
|
||||||
<div>
|
<div>
|
||||||
<DropDown
|
<DropDown
|
||||||
dropDownList={supportLinks}
|
dropDownList={supportLinks}
|
||||||
@ -337,7 +337,7 @@ const Appbar: React.FC = (): JSX.Element => {
|
|||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
) : null}
|
) : null}
|
||||||
<Tour />
|
{/* <Tour /> */}
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user