diff options
author | sotech117 <michael_foiani@brown.edu> | 2025-08-28 00:45:08 -0400 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2025-08-28 00:45:08 -0400 |
commit | e510f1848cf5ea37400c89cde66c9c54a990d3ef (patch) | |
tree | 358961470b20ee9039acc745cb5073a727b65fe5 /src/App.jsx | |
parent | a89ff47b98bda9d4636cf416f4c45d8060c126a8 (diff) |
update with milly info
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> ); |