change(ui) - check boarding completion 75%

This commit is contained in:
Shekar Siri 2022-11-08 10:36:52 +01:00
parent 5f2f88cf9d
commit 06e61b9517

View file

@ -60,7 +60,7 @@ const Header = (props) => {
{!isPreferences && <DefaultMenuView siteId={siteId} />}
{isPreferences && <PreferencesView />}
<div className={styles.right}>
{boardingCompletion < 100 && !hideDiscover && (
{boardingCompletion < 75 && !hideDiscover && (
<React.Fragment>
<OnboardingExplore onComplete={() => setHideDiscover(true)} />
</React.Fragment>