完善代码格式
This commit is contained in:
@ -314,7 +314,7 @@ class App extends Component {
|
||||
|
||||
<div className='layout-header-right'>
|
||||
<div className={'layout-header-right-item'}>
|
||||
<a style={{color: 'black'}} target='_blank' href='https://github.com/dushixiang/next-terminal'>
|
||||
<a style={{color: 'black'}} target='_blank' href='https://github.com/dushixiang/next-terminal' rel='noreferrer noopener'>
|
||||
<GithubOutlined />
|
||||
</a>
|
||||
</div>
|
||||
|
@ -288,7 +288,7 @@ class MyAsset extends Component {
|
||||
|
||||
return (
|
||||
<List.Item>
|
||||
<a target='_blank' href={url}>
|
||||
<a target='_blank' href={url} rel='noreferrer noopener'>
|
||||
<Card title={item['name']}
|
||||
hoverable
|
||||
extra={item['active'] ?
|
||||
|
Reference in New Issue
Block a user