mirror of https://github.com/openspug/spug
F - 修复警告信息。
parent
39e64996ce
commit
896f2da0c7
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue