This is an automated email from the ASF dual-hosted git repository.
xiaoyu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shenyu-website.git
The following commit(s) were added to refs/heads/main by this push:
new 1eb78827d9 Update Footer copyright to 2023. (#945)
1eb78827d9 is described below
commit 1eb78827d9d280aa8d7fb1392b91bf02d73272f9
Author: DamonXue <[email protected]>
AuthorDate: Tue Aug 8 22:15:59 2023 +0800
Update Footer copyright to 2023. (#945)
---
src/components/Footer.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx
index 29dab67bc5..6c5a75e162 100644
--- a/src/components/Footer.tsx
+++ b/src/components/Footer.tsx
@@ -11,7 +11,7 @@ const Footer = (): React.ReactElement => (
<a href=''>< img src='/img/logo/support-apache.png'
alt="Apache Support Logo" /></a>
<a href=''>< img src='/img/logo/asf_logo.svg' alt="The
Apache Software Foundation" /></a>
</div>
- <span className={styles.text}>Copyright 2022 The Apache
Software Foundation, Licensed under the Apache License, Version 2.0. Apache
ShenYu, Apache, the Apache feather logo, the Apache ShenYu logo are trademarks
of The Apache Software Foundation.</span>
+ <span className={styles.text}>Copyright 2023 The Apache
Software Foundation, Licensed under the Apache License, Version 2.0. Apache
ShenYu, Apache, the Apache feather logo, the Apache ShenYu logo are trademarks
of The Apache Software Foundation.</span>
</div>
</div>
<div className={styles.footerLinks}>
@@ -54,4 +54,4 @@ const Footer = (): React.ReactElement => (
</section>
);
-export default Footer;
\ No newline at end of file
+export default Footer;