Skip to content

Commit

Permalink
changed 编辑资料 icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasbulls committed Sep 3, 2023
1 parent 8a278e4 commit 7cd9598
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/components/Profile/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import PublicConversations from './PublicConversations';
import { Spinner } from '../svg';
import UserIcon from '../svg/UserIcon';
import { log } from 'console';
import EditIcon from '../svg/EditIcon';

function ProfileContent() {
let initialBio = '来个大开脑洞,自爆一下你的人生经验,让大家开开眼界!';
Expand Down Expand Up @@ -452,7 +453,7 @@ function ProfileContent() {
className="flex w-24 flex-col items-center leading-[22px] text-gray-600 hover:text-black dark:text-gray-400 dark:hover:text-gray-200"
onClick={handleEditProfile}
>
编辑资料
<EditIcon />
</button>
</p>
</div>
Expand Down

0 comments on commit 7cd9598

Please sign in to comment.