Skip to content

Commit

Permalink
follow -> edit 임시 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kjeongh committed Oct 29, 2023
1 parent a41fb09 commit 4985f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MyLayout/UserInfoBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function UserInfoBox() {
}}
onClick={handleFollowChange}
>
{follow ? 'Unfollow' : 'follow'}
{follow ? 'Unfollow' : 'edit'}
</Button>
</Box>

Expand Down

0 comments on commit 4985f45

Please sign in to comment.