mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 12:09:14 +08:00
docs: Updated the Copyright Year (#39952)
This commit is contained in:
parent
e80587ec70
commit
e9b5805fc2
@ -711,7 +711,7 @@ exports[`renders ./components/layout/demo/fixed.tsx extend context correctly 1`]
|
||||
class="ant-layout-footer"
|
||||
style="text-align:center"
|
||||
>
|
||||
Ant Design ©2018 Created by Ant UED
|
||||
Ant Design ©2023 Created by Ant UED
|
||||
</footer>
|
||||
</section>
|
||||
`;
|
||||
@ -1568,7 +1568,7 @@ exports[`renders ./components/layout/demo/fixed-sider.tsx extend context correct
|
||||
class="ant-layout-footer"
|
||||
style="text-align:center"
|
||||
>
|
||||
Ant Design ©2018 Created by Ant UED
|
||||
Ant Design ©2023 Created by Ant UED
|
||||
</footer>
|
||||
</section>
|
||||
</section>
|
||||
@ -1923,7 +1923,7 @@ exports[`renders ./components/layout/demo/responsive.tsx extend context correctl
|
||||
class="ant-layout-footer"
|
||||
style="text-align:center"
|
||||
>
|
||||
Ant Design ©2018 Created by Ant UED
|
||||
Ant Design ©2023 Created by Ant UED
|
||||
</footer>
|
||||
</section>
|
||||
</section>
|
||||
@ -2645,7 +2645,7 @@ exports[`renders ./components/layout/demo/side.tsx extend context correctly 1`]
|
||||
class="ant-layout-footer"
|
||||
style="text-align:center"
|
||||
>
|
||||
Ant Design ©2018 Created by Ant UED
|
||||
Ant Design ©2023 Created by Ant UED
|
||||
</footer>
|
||||
</section>
|
||||
</section>
|
||||
@ -3620,7 +3620,7 @@ exports[`renders ./components/layout/demo/top.tsx extend context correctly 1`] =
|
||||
class="ant-layout-footer"
|
||||
style="text-align:center"
|
||||
>
|
||||
Ant Design ©2018 Created by Ant UED
|
||||
Ant Design ©2023 Created by Ant UED
|
||||
</footer>
|
||||
</section>
|
||||
`;
|
||||
@ -4921,7 +4921,7 @@ exports[`renders ./components/layout/demo/top-side.tsx extend context correctly
|
||||
class="ant-layout-footer"
|
||||
style="text-align:center"
|
||||
>
|
||||
Ant Design ©2018 Created by Ant UED
|
||||
Ant Design ©2023 Created by Ant UED
|
||||
</footer>
|
||||
</section>
|
||||
`;
|
||||
|
@ -434,7 +434,7 @@ exports[`renders ./components/layout/demo/fixed.tsx correctly 1`] = `
|
||||
class="ant-layout-footer"
|
||||
style="text-align:center"
|
||||
>
|
||||
Ant Design ©2018 Created by Ant UED
|
||||
Ant Design ©2023 Created by Ant UED
|
||||
</footer>
|
||||
</section>
|
||||
`;
|
||||
@ -938,7 +938,7 @@ exports[`renders ./components/layout/demo/fixed-sider.tsx correctly 1`] = `
|
||||
class="ant-layout-footer"
|
||||
style="text-align:center"
|
||||
>
|
||||
Ant Design ©2018 Created by Ant UED
|
||||
Ant Design ©2023 Created by Ant UED
|
||||
</footer>
|
||||
</section>
|
||||
</section>
|
||||
@ -1116,7 +1116,7 @@ exports[`renders ./components/layout/demo/responsive.tsx correctly 1`] = `
|
||||
class="ant-layout-footer"
|
||||
style="text-align:center"
|
||||
>
|
||||
Ant Design ©2018 Created by Ant UED
|
||||
Ant Design ©2023 Created by Ant UED
|
||||
</footer>
|
||||
</section>
|
||||
</section>
|
||||
@ -1401,7 +1401,7 @@ exports[`renders ./components/layout/demo/side.tsx correctly 1`] = `
|
||||
class="ant-layout-footer"
|
||||
style="text-align:center"
|
||||
>
|
||||
Ant Design ©2018 Created by Ant UED
|
||||
Ant Design ©2023 Created by Ant UED
|
||||
</footer>
|
||||
</section>
|
||||
</section>
|
||||
@ -1704,7 +1704,7 @@ exports[`renders ./components/layout/demo/top.tsx correctly 1`] = `
|
||||
class="ant-layout-footer"
|
||||
style="text-align:center"
|
||||
>
|
||||
Ant Design ©2018 Created by Ant UED
|
||||
Ant Design ©2023 Created by Ant UED
|
||||
</footer>
|
||||
</section>
|
||||
`;
|
||||
@ -2064,7 +2064,7 @@ exports[`renders ./components/layout/demo/top-side.tsx correctly 1`] = `
|
||||
class="ant-layout-footer"
|
||||
style="text-align:center"
|
||||
>
|
||||
Ant Design ©2018 Created by Ant UED
|
||||
Ant Design ©2023 Created by Ant UED
|
||||
</footer>
|
||||
</section>
|
||||
`;
|
||||
|
@ -65,7 +65,7 @@ const App: React.FC = () => {
|
||||
}
|
||||
</div>
|
||||
</Content>
|
||||
<Footer style={{ textAlign: 'center' }}>Ant Design ©2018 Created by Ant UED</Footer>
|
||||
<Footer style={{ textAlign: 'center' }}>Ant Design ©2023 Created by Ant UED</Footer>
|
||||
</Layout>
|
||||
</Layout>
|
||||
);
|
||||
|
@ -38,7 +38,7 @@ const App: React.FC = () => {
|
||||
</Breadcrumb>
|
||||
<div style={{ padding: 24, minHeight: 380, background: colorBgContainer }}>Content</div>
|
||||
</Content>
|
||||
<Footer style={{ textAlign: 'center' }}>Ant Design ©2018 Created by Ant UED</Footer>
|
||||
<Footer style={{ textAlign: 'center' }}>Ant Design ©2023 Created by Ant UED</Footer>
|
||||
</Layout>
|
||||
);
|
||||
};
|
||||
|
@ -40,7 +40,7 @@ const App: React.FC = () => {
|
||||
<Content style={{ margin: '24px 16px 0' }}>
|
||||
<div style={{ padding: 24, minHeight: 360, background: colorBgContainer }}>content</div>
|
||||
</Content>
|
||||
<Footer style={{ textAlign: 'center' }}>Ant Design ©2018 Created by Ant UED</Footer>
|
||||
<Footer style={{ textAlign: 'center' }}>Ant Design ©2023 Created by Ant UED</Footer>
|
||||
</Layout>
|
||||
</Layout>
|
||||
);
|
||||
|
@ -62,7 +62,7 @@ const App: React.FC = () => {
|
||||
Bill is a cat.
|
||||
</div>
|
||||
</Content>
|
||||
<Footer style={{ textAlign: 'center' }}>Ant Design ©2018 Created by Ant UED</Footer>
|
||||
<Footer style={{ textAlign: 'center' }}>Ant Design ©2023 Created by Ant UED</Footer>
|
||||
</Layout>
|
||||
</Layout>
|
||||
);
|
||||
|
@ -60,7 +60,7 @@ const App: React.FC = () => {
|
||||
<Content style={{ padding: '0 24px', minHeight: 280 }}>Content</Content>
|
||||
</Layout>
|
||||
</Content>
|
||||
<Footer style={{ textAlign: 'center' }}>Ant Design ©2018 Created by Ant UED</Footer>
|
||||
<Footer style={{ textAlign: 'center' }}>Ant Design ©2023 Created by Ant UED</Footer>
|
||||
</Layout>
|
||||
);
|
||||
};
|
||||
|
@ -35,7 +35,7 @@ const App: React.FC = () => {
|
||||
Content
|
||||
</div>
|
||||
</Content>
|
||||
<Footer style={{ textAlign: 'center' }}>Ant Design ©2018 Created by Ant UED</Footer>
|
||||
<Footer style={{ textAlign: 'center' }}>Ant Design ©2023 Created by Ant UED</Footer>
|
||||
</Layout>
|
||||
);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user