diff options
Diffstat (limited to 'src/App.jsx')
-rw-r--r-- | src/App.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.jsx b/src/App.jsx index 44f7866..c3e9f01 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -30,7 +30,7 @@ function App() { viewport={{ once: true }} transition={{ duration: 0.6 }} > - <p> © 2025 PedroTech. All rights reserved.</p> + <p> © 2025 Meiling Zhao</p> </motion.footer> </div> ); |