mirror of https://gitee.com/topiam/eiam
✨ 版权声明
parent
028ffa870c
commit
946f7d2c17
|
@ -24,7 +24,7 @@ const currentYear = new Date().getFullYear();
|
||||||
export default (props: FooterProps) => (
|
export default (props: FooterProps) => (
|
||||||
<DefaultFooter
|
<DefaultFooter
|
||||||
style={{ backgroundColor: 'transparent' }}
|
style={{ backgroundColor: 'transparent' }}
|
||||||
copyright={`2022-${currentYear} TOPIAM 版权所有`}
|
copyright={`Copyright 2022-${currentYear} 济南源创网络科技有限公司`}
|
||||||
links={[
|
links={[
|
||||||
{
|
{
|
||||||
key: 'website',
|
key: 'website',
|
||||||
|
|
|
@ -24,7 +24,7 @@ const currentYear = new Date().getFullYear();
|
||||||
export default (props: FooterProps) => (
|
export default (props: FooterProps) => (
|
||||||
<DefaultFooter
|
<DefaultFooter
|
||||||
style={{ backgroundColor: 'transparent' }}
|
style={{ backgroundColor: 'transparent' }}
|
||||||
copyright={`2022-${currentYear} TOPIAM 版权所有`}
|
copyright={`Copyright 2022-${currentYear} 济南源创网络科技有限公司`}
|
||||||
links={[
|
links={[
|
||||||
{
|
{
|
||||||
key: 'website',
|
key: 'website',
|
||||||
|
|
Loading…
Reference in New Issue