优化个人中心样式

Change-Id: Ifee966f72ccff3cf74ceea3501d9bf477511f73d
diff --git a/src/pages/UserCenter/UserProfile.jsx b/src/pages/UserCenter/UserProfile.jsx
index 475030b..ff9aeff 100644
--- a/src/pages/UserCenter/UserProfile.jsx
+++ b/src/pages/UserCenter/UserProfile.jsx
@@ -6,7 +6,7 @@
 
 const API_BASE = process.env.REACT_APP_API_BASE;
 
-const UserCenter = () => {
+const UserProfile = () => {
   const [userProfile, setUserProfile] = useState(null);
   const [loading, setLoading] = useState(true);
   const [error, setError] = useState(null);