diff --git a/src/components/MyLayout/UserInfoBox.tsx b/src/components/MyLayout/UserInfoBox.tsx index 1daffdb..28ddef9 100644 --- a/src/components/MyLayout/UserInfoBox.tsx +++ b/src/components/MyLayout/UserInfoBox.tsx @@ -38,7 +38,7 @@ export default function UserInfoBox() { }} onClick={handleFollowChange} > - {follow ? 'Unfollow' : 'follow'} + {follow ? 'Unfollow' : 'edit'}