aboutsummaryrefslogtreecommitdiff
path: root/src/App.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.jsx')
-rw-r--r--src/App.jsx2
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> &copy; 2025 PedroTech. All rights reserved.</p>
+ <p> &copy; 2025 Meiling Zhao</p>
</motion.footer>
</div>
);