U update Footer

pull/462/head
zypo 2022-03-05 11:04:18 +08:00
parent 04490bffbf
commit 46017eb6e7
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ export default function () {
rel="noopener noreferrer">文档</a>
</div>
<div style={{color: 'rgba(0, 0, 0, .45)'}}>
Copyright <CopyrightOutlined/> 2021 By OpenSpug
Copyright <CopyrightOutlined/> 2022 By OpenSpug
</div>
</div>
</Layout.Footer>

View File

@ -160,7 +160,7 @@ export default function () {
<a title="文档" href="https://spug.cc/docs/about-spug/" target="_blank"
rel="noopener noreferrer">文档</a>
</div>
<div style={{color: 'rgba(0, 0, 0, .45)'}}>Copyright <CopyrightOutlined/> 2021 By OpenSpug</div>
<div style={{color: 'rgba(0, 0, 0, .45)'}}>Copyright <CopyrightOutlined/> 2022 By OpenSpug</div>
</div>
</div>
)