From 26ae60fccd0b7ba6e168f2c32aeddfd454fd33f1 Mon Sep 17 00:00:00 2001 From: wey Date: Mon, 31 Aug 2020 09:19:12 +0800 Subject: [PATCH] Update Profile.js --- .../Main/components/Sidebar/components/Profile/Profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/Main/components/Sidebar/components/Profile/Profile.js b/src/layouts/Main/components/Sidebar/components/Profile/Profile.js index 63360d7..f038e1a 100644 --- a/src/layouts/Main/components/Sidebar/components/Profile/Profile.js +++ b/src/layouts/Main/components/Sidebar/components/Profile/Profile.js @@ -29,7 +29,7 @@ const Profile = props => { const user = { name: '老秋风', avatar: './images/avatars/avatar_1.jpg', - bio: '马桶将军' + bio: 'PHP是最好的语言' }; return (