F - 修复警告信息。

pull/22/head
zypo 2020-01-17 20:39:51 +08:00
parent 39e64996ce
commit 896f2da0c7
2 changed files with 13 additions and 11 deletions

View File

@ -14,11 +14,12 @@ export default class extends React.Component {
<Layout.Footer style={{padding: 0}}>
<div className={styles.footerZone}>
<div className={styles.linksZone}>
<a className={styles.links} title="官网" href="https://www.spug.dev" target="_blank" >官网</a>
<a className={styles.links} title="Github" href="https://github.com/openspug/spug" target="_blank" >
<Icon type="github" />
</a>
<a title="文档" href="https://www.spug.dev/docs/about-spug/" target="_blank" >文档</a>
<a className={styles.links} title="官网" href="https://www.spug.dev" target="_blank"
rel="noopener noreferrer">官网</a>
<a className={styles.links} title="Github" href="https://github.com/openspug/spug" target="_blank"
rel="noopener noreferrer"><Icon type="github" /></a>
<a title="文档" href="https://www.spug.dev/docs/about-spug/" target="_blank"
rel="noopener noreferrer">文档</a>
</div>
<text>
Copyright <Icon type="copyright"/> 2019 By OpenSpug

View File

@ -103,13 +103,14 @@ class LoginIndex extends React.Component {
<div className={styles.footerZone}>
<div className={styles.linksZone}>
<a className={styles.links} title="官网" href="https://www.spug.dev" target="_blank" >官网</a>
<a className={styles.links} title="Github" href="https://github.com/openspug/spug" target="_blank" >
<Icon type="github" />
</a>
<a title="文档" href="https://www.spug.dev/docs/about-spug/" target="_blank" >文档</a>
<a className={styles.links} title="官网" href="https://www.spug.dev" target="_blank"
rel="noopener noreferrer">官网</a>
<a className={styles.links} title="Github" href="https://github.com/openspug/spug" target="_blank"
rel="noopener noreferrer"><Icon type="github" /></a>
<a title="文档" href="https://www.spug.dev/docs/about-spug/" target="_blank"
rel="noopener noreferrer">文档</a>
</div>
<text >Copyright <Icon type="copyright" /> 2019 By OpenSpug</text>
<text >Copyright <Icon type="copyright" /> 2019 By OpenSpug</text>
</div>
</div>
)