remove help button
This commit is contained in:
parent
b810477886
commit
b83ed4a94a
|
@ -92,16 +92,7 @@ export default class GlobalHeaderRight extends PureComponent {
|
||||||
console.log('enter', value); // eslint-disable-line
|
console.log('enter', value); // eslint-disable-line
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<Tooltip title={formatMessage({ id: 'component.globalHeader.help' })}>
|
|
||||||
<a
|
|
||||||
target="_blank"
|
|
||||||
href="https://pro.ant.design/docs/getting-started"
|
|
||||||
rel="noopener noreferrer"
|
|
||||||
className={styles.action}
|
|
||||||
>
|
|
||||||
<Icon type="question-circle-o" />
|
|
||||||
</a>
|
|
||||||
</Tooltip>
|
|
||||||
<NoticeIcon
|
<NoticeIcon
|
||||||
className={styles.action}
|
className={styles.action}
|
||||||
count={currentUser.notifyCount}
|
count={currentUser.notifyCount}
|
||||||
|
|
Loading…
Reference in New Issue